[R] import text file into R

Bird James-R31391 r31391 at freescale.com
Thu Jun 3 20:23:54 CEST 2010


You may want to try read.delim if you are having troubles with
read.table. 

Jim

-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]
On Behalf Of dhanush
Sent: Thursday, June 03, 2010 4:33 AM
To: r-help at r-project.org
Subject: [R] import text file into R


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")


--
View this message in context:
http://r.789695.n4.nabble.com/import-text-file-into-R-tp2241525p2241525.
html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help at 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.



More information about the R-help mailing list