[R] exporting data to csv file -problem with column names

Gabor Grothendieck ggrothendieck at gmail.com
Mon Jun 1 12:59:43 CEST 2009


See exampe 6c here:
http://code.google.com/p/sqldf/#Example_6._File_Input

On Mon, Jun 1, 2009 at 3:19 AM, Steven Matthew Anderson
<adastra69 at mac.com> wrote:
> I have a data.frame with three columns + the row number
>
>        Sample MidPoint Count
>   [1,]      1    0.025     1
>   [2,]      1    0.075     3
>   [3,]      1    0.125    15
>   [4,]      1    0.175    12
>   [5,]      1    0.225     5
>   [6,]      1    0.275     8
>
> When I export the data to a csv the column names are shifted because
> the row numbers are being exported as well.
>
>
> Sample  MidPoint        Count
> 1       1       0.025   1
> 2       1       0.075   3
> 3       1       0.125   15
>
> Is there a way to exclude the row numbers from the exported csv file?
> Or add a column name for row number to keep this from happening?
>
> I obvisouly can go into each csv file and shift the column names over
> - but there are going to be a large number of csv files so I with to
> automate this.
>
> Thank you
>
>
>
>
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>




More information about the R-help mailing list