Re: [R] import text file into R

2010-06-03 Thread Dhanasekaran
file which contains about 16lakhs observations. thank you On Fri, Jun 4, 2010 at 9:44 AM, Erik Iverson wrote: > Dhanasekaran wrote: > >> Sorry guys >> >> It is a tab delimited text file which I just exported from SAS. I want to >> import this in R. Pl let me

Re: [R] import text file into R

2010-06-03 Thread Dhanasekaran
; import is a large file, about 800MB in size. Thanks in advance. > > > > I tried using the following > > > > data<-read.table("file",header=T,sep="\t") > > > > > > -- > Sarah Goslee > http://www.functionaldiversity.org &