dhanush wrote:
can anyone tell me how to import a text file in R? the text file I want to
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")
And what happened??
Your specification is incomplete, as we don't know what your text file
looks like. Is it CSV, etc.? How much memory does your system have?
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.