And a final word of advice: be lazy, and use file.choose() to get the string that R expects as a filename. This will help avoid such typos!
JC 2011/9/13 Mikkel Grum <mi2kelg...@yahoo.com>: > You are missing \\ between Documents and settings and Administrator. > > > ----- Original Message ----- > From: dbonneau <daronnebonn...@gmail.com> > To: r-help@r-project.org > Cc: > Sent: Tuesday, September 13, 2011 10:59 AM > Subject: [R] space in directory name > > Hi, I am trying to read a text file located in following paths. I am getting > error if I try to read from long directory.. But if I place the file right > under C, It runs fine. Could anyone tell me how to read table from following > directory path ? > > data1 <-read.table("C:\\Documents and Settings Administrator\\My > Documents\\My Dropbox\\data.txt", sep="\t", header=TRUE) > Error in file(file, "rt") : cannot open the connection > In addition: Warning message: > In file(file, "rt") : > cannot open file 'C:\Documents and Settings Administrator\My Documents\My > Dropbox\data.txt': No such file or directory >> data1 <-read.table("C:\\data.txt",sep="\t",header=TRUE) >> > > -- > View this message in context: > http://r.789695.n4.nabble.com/space-in-directory-name-tp3810448p3810448.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > 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. > > > ______________________________________________ > 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. > ______________________________________________ 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.