[R] error message
Dirk Eddelbuettel
edd at debian.org
Wed Feb 26 03:28:02 CET 2003
On Tue, Feb 25, 2003 at 06:21:52PM -0800, AH wrote:
> Can someone tell me what this error means? I have been unable to find
> the problem.
>
> Error in file(file, "r") : unable to open connection
> In addition: Warning message:
> cannot open file `d://clss2003/s151b/data/applemo.txt'
You asked to read a file, and what you told R about the file location
and name did not result in a successful operation -- in other words,
the could not be opened for R by the OS because what you tought was the
correct location ... was in fact wrong.
May be as easy as removing the second / to yield
'd:/clss2003/s151b/data/applemo.txt'
Dirk
--
Three out of two people have difficulties with fractions.
More information about the R-help
mailing list