Displaying 4 results from an estimated 4 matches for "jph_data".
2016 Apr 24
4
Using read.csv() to import data
...uot; But the code they use for importing data doesn't seem to be working for me.
Their example is:> elements <- read.csv(file.path("f:", "elements.csv"))
Since I don't have any such file, I am trying to use a file I have. I went to Excel, brought up my file titled JPH_data, and saved it as .csv (comma delineated) on my main hard drive C:
Then I entered:>? mammals <- read.csv(file.path("C:", "JPH_data.csv"))
I got the following:Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "...
2016 Apr 24
0
Using read.csv() to import data
...ode they use for importing data doesn't seem to be working for me.
>
> Their example is:> elements <- read.csv(file.path("f:", "elements.csv"))
> Since I don't have any such file, I am trying to use a file I have. I went to Excel, brought up my file titled JPH_data, and saved it as .csv (comma delineated) on my main hard drive C:
>
> Then I entered:> mammals <- read.csv(file.path("C:", "JPH_data.csv"))
> I got the following:Error in file(file, "rt") : cannot open the connection
> In addition: Warning message:
&...
2016 Apr 26
1
Using read.csv() to import data
...ode they use for importing data doesn't seem to be working for me.
>
> Their example is:> elements <- read.csv(file.path("f:", "elements.csv"))
> Since I don't have any such file, I am trying to use a file I have. I went to Excel, brought up my file titled JPH_data, and saved it as .csv (comma delineated) on my main hard drive C:
>
> Then I entered:>? mammals <- read.csv(file.path("C:", "JPH_data.csv"))
> I got the following:Error in file(file, "rt") : cannot open the connection
> In addition: Warning message:
&...
2016 Apr 24
0
Fwd: Re: Using read.csv() to import data
...uot; But the code they use
for importing data doesn't seem to be working for me.
Their example is:> elements <- read.csv(file.path("f:", "elements.csv"))
Since I don't have any such file, I am trying to use a file I have. I went to
Excel, brought up my file titled JPH_data, and saved it as .csv (comma
delineated) on my main hard drive C:
Then I entered:> mammals <- read.csv(file.path("C:", "JPH_data.csv"))
I got the following:Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "...