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
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") :
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
3 matches
Mail list logo