nal Message-
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
On
> Behalf Of Jason Kwok
> Sent: Monday, 25 October 2010 8:27 AM
> To: Erik Iverson
> Cc: r-help@r-project.org
> Subject: Re: [R] Importing CSV File
>
> Thanks for the response Erik.
On Mon, Oct 25, 2010 at 12:26 AM, Jason Kwok wrote:
> Thanks for the response Erik.
>
> In this case, I would like to keep the row name as the month. How would I
> do that?
>
You can do this in Rcmdr. First Data > Import > From text file (or
select your data.frame as active data set), then Data >
project.org] On
Behalf Of Jason Kwok
Sent: Monday, 25 October 2010 8:27 AM
To: Erik Iverson
Cc: r-help@r-project.org
Subject: Re: [R] Importing CSV File
Thanks for the response Erik.
In this case, I would like to keep the row name as the month. How would I
do that?
Thanks,
Jason
On Sun, Oct 24
Thanks for the response Erik.
In this case, I would like to keep the row name as the month. How would I
do that?
Thanks,
Jason
On Sun, Oct 24, 2010 at 6:20 PM, Erik Iverson wrote:
> On 10/24/2010 04:57 PM, Jason Kwok wrote:
>
>> I'm trying to import a CSV file into R and when it gets importe
On 10/24/2010 04:57 PM, Jason Kwok wrote:
I'm trying to import a CSV file into R and when it gets imported, the
entries get numbered down the left side. How do I get rid of that?
When you imported the CSV file into R, an object of class data.frame
was created, and since you did not assign it t
I'm trying to import a CSV file into R and when it gets imported, the
entries get numbered down the left side. How do I get rid of that?
Thanks,
Jason
*> read.csv(file="C:\\Program Files\\R\\Test Data\\sales.csv",head=TRUE)
Month Sales
1January 422
2 February 151
3 March
There are some examples of reading files into sqlite on the
sqldf home page:
http://sqldf.googlecode.com
On Mon, Mar 30, 2009 at 12:19 PM, Stephan Lindner wrote:
> Dear all,
>
>
> I'm trying to import a csv file into sqlite3 and from there into
> R. Everything looks fine exepct that R outputs t
Dear all,
I'm trying to import a csv file into sqlite3 and from there into
R. Everything looks fine exepct that R outputs the character values in
an odd fashion: they are shown as "\"CHARACTER\"" instead of
"CHARACTER", but only if I show the character variable as a
vector. Does someone know why
8 matches
Mail list logo