I am trying to read a text file located in following paths. I am getting error if I read the file 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\\data1.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:\\data1.txt",sep="\t",header=TRUE)
>
"C:/Docand press Tab. It should extend to"C:/Documents and Settings/. – Marek Sep 14 '11 at 14:25