[R] help

jim holtman jholtman at gmail.com
Mon Mar 1 16:13:00 CET 2010


It can not find the file you are trying to read.  You might try
"choose.files()" which will bet you navigate (at least under Windows)
to choose the file that you want.  Check that the file is there.  Use
'file.exists' to see if it exists where you think it does.

On Mon, Mar 1, 2010 at 5:39 AM, mahalakshmi sivamani
<mahasiva1987 at gmail.com> wrote:
> While loading files i am getting this type of error mentioned below.
>
> Error in file(file, "rt") : cannot open the connection
> In addition: Warning message:
> In file(file, "rt") :
>  cannot open file 'D:/samplelist': No such file or directory
>
>
> could you please help me to resolve this problem.
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> 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.
>



-- 
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem that you are trying to solve?



More information about the R-help mailing list