Re: [R] Header names when importing csv/excel data sets

2009-09-14 Thread Gabor Grothendieck
See the check.names= argument to read.table. On Mon, Sep 14, 2009 at 9:40 PM, Steven Kang wrote: > Dear R users, > > > Suppose the csv file contains header names such as *"Nike, dunk"*, *"Converse, > All stars"* etc > > When imported to R (with header = T option), the column names are given by: >

[R] Header names when importing csv/excel data sets

2009-09-14 Thread Steven Kang
Dear R users, Suppose the csv file contains header names such as *"Nike, dunk"*, *"Converse, All stars"* etc When imported to R (with header = T option), the column names are given by: *"Nike..dunk"* *"Converse..All.stars"* I have tried the following command to convert these c