Skip to content
Prev 343504 / 398506 Next

R ERROR- Error in file(file, "rt") : cannot open the connection

Hi,

You don't show us your code, and you really should, but most likely
you did not put the file where you thought you did, or there's a typo
in the name.

Using file.choose() may help.

Also, I think it's bad practice to put user files in the R library
directory. You should make a working directory in your own workspace.

Sarah
On Thu, Aug 28, 2014 at 1:41 AM, Girija Kalyani <smileismystyl at gmail.com> wrote: