Displaying 4 results from an estimated 4 matches for "dummies_".
Did you mean:
dummies
2016 Apr 24
4
Using read.csv() to import data
I am just beginning to learn R, using _R for Dummies_ by Andrie de Vries and Joris Meys. I am using Windows 7, and RGui (64-bit) version 3.0.2. I have reached the chapter on "Getting Data Into and Out of R." But the code they use for importing data doesn't seem to be working for me.
Their example is:> elements <- read.csv(file.pat...
2016 Apr 24
0
Using read.csv() to import data
On 24/04/2016 4:30 PM, Jason Hernandez via R-help wrote:
> I am just beginning to learn R, using _R for Dummies_ by Andrie de Vries and Joris Meys. I am using Windows 7, and RGui (64-bit) version 3.0.2. I have reached the chapter on "Getting Data Into and Out of R." But the code they use for importing data doesn't seem to be working for me.
>
> Their example is:> elements <- read.csv...
2016 Apr 26
1
Using read.csv() to import data
...n.hernandez74 at yahoo.com>; "r-help at r-project.org" <r-help at r-project.org>
Sent: Sunday, April 24, 2016 2:05 PM
Subject: Re: [R] Using read.csv() to import data
On 24/04/2016 4:30 PM, Jason Hernandez via R-help wrote:
> I am just beginning to learn R, using _R for Dummies_ by Andrie de Vries and Joris Meys. I am using Windows 7, and RGui (64-bit) version 3.0.2. I have reached the chapter on "Getting Data Into and Out of R." But the code they use for importing data doesn't seem to be working for me.
>
> Their example is:> elements <- read.csv...
2016 Apr 24
0
Fwd: Re: Using read.csv() to import data
...port data
You probably have not reset the directory -- go to the session tab on the R
window, click and go to "set working directory" as C
Nick
On 24 April 2016 at 21:30 Jason Hernandez via R-help <r-help at r-project.org>
wrote:
I am just beginning to learn R, using _R for Dummies_ by Andrie de Vries and
Joris Meys. I am using Windows 7, and RGui (64-bit) version 3.0.2. I have
reached the chapter on "Getting Data Into and Out of R." But the code they use
for importing data doesn't seem to be working for me.
Their example is:> elements <- read.csv(file.pat...