Re: [R] Installed R to Windows, but having trouble with read.csv

2015-03-02 Thread Duncan Murdoch
On 02/03/2015 11:53 AM, Mello Cavallo, Alice wrote: > I copied the file into the bin folder of R ... > > > >> perf_data <- read.csv("PerfResultsCSv.csv") > Error in file(file, "rt") : cannot open the connection > In addition: Warning message: > In file(file, "rt") : > cannot open file 'PerfRes

Re: [R] Installed R to Windows, but having trouble with read.csv

2015-03-02 Thread Omar André Gonzáles Díaz
Is this file in your working directory? (To know your working directory use: getwd() ) If not, put it in there. 2015-03-02 11:53 GMT-05:00 Mello Cavallo, Alice : > I copied the file into the bin folder of R ... > > > > > perf_data <- read.csv("PerfResultsCSv.csv") > Error in file(file, "rt") :

[R] Installed R to Windows, but having trouble with read.csv

2015-03-02 Thread Mello Cavallo, Alice
I copied the file into the bin folder of R ... > perf_data <- read.csv("PerfResultsCSv.csv") Error in file(file, "rt") : cannot open the connection In addition: Warning message: In file(file, "rt") : cannot open file 'PerfResultsCSv.csv': No such file or directory I also installed and load RW