[R] why R doesn't recognize my file?
tzsmile
rz2171 at yahoo.com
Thu Apr 24 22:43:00 CEST 2008
i want to read a txt file "weekly". this file is in d:/my documents
i tried the following
a<-read.table("d:/my documents/weekly", sep=" ", header=TRUE)
but get the following error:
Error in open.connection(file, "r") : unable to open connection
In addition: Warning message:
cannot open file 'd:/my documents/weekly', reason 'No such file or
directory' in: open.connection(file, "r")
why?
--
View this message in context: http://www.nabble.com/why-R-doesn%27t-recognize-my-file--tp16852537p16852537.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list