Re: [R] csv file with two header rows

2013-04-27 Thread analys...@hotmail.com
On Apr 26, 8:17 pm, David Winsemius wrote: > On Apr 25, 2013, at 6:35 PM, analys...@hotmail.com wrote: > > > Is there a way to use read.csv() on such a file without deleting one > > of the header rows? > > What do you mean by "one of the header rows"? > -- > > David Winsemius > Alameda, CA, USA

Re: [R] csv file with two header rows

2013-04-27 Thread William Dunlap
unlap Spotfire, TIBCO Software wdunlap tibco.com > -Original Message- > From: William Dunlap > Sent: Saturday, April 27, 2013 7:36 AM > To: 'peter dalgaard'; John Kane > Cc: r-help@r-project.org; analys...@hotmail.com > Subject: RE: [R] csv file with two header

Re: [R] csv file with two header rows

2013-04-27 Thread William Dunlap
ginal Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf > Of peter dalgaard > Sent: Saturday, April 27, 2013 12:48 AM > To: John Kane > Cc: r-help@r-project.org; analys...@hotmail.com > Subject: Re: [R] csv file with two header ro

Re: [R] csv file with two header rows

2013-04-27 Thread John Kane
- read.csv(..., skip=2, header=FALSE) > names(df) <- ... some operation on hd ... > >> >> John Kane >> Kingston ON Canada >> >> >>> -Original Message- >>> From: analys...@hotmail.com >>> Sent: Thu, 25 Apr 2013 18:35:42 -0700 (PD

Re: [R] csv file with two header rows

2013-04-27 Thread peter dalgaard
Kane > Kingston ON Canada > > >> -Original Message- >> From: analys...@hotmail.com >> Sent: Thu, 25 Apr 2013 18:35:42 -0700 (PDT) >> To: r-help@r-project.org >> Subject: [R] csv file with two header rows >> >> Is there a way to use read.c

Re: [R] csv file with two header rows

2013-04-26 Thread David Winsemius
On Apr 25, 2013, at 6:35 PM, analys...@hotmail.com wrote: > Is there a way to use read.csv() on such a file without deleting one > of the header rows? > What do you mean by "one of the header rows"? -- David Winsemius Alameda, CA, USA __ R-help@r-p

Re: [R] csv file with two header rows

2013-04-26 Thread John Kane
elp@r-project.org > Subject: [R] csv file with two header rows > > Is there a way to use read.csv() on such a file without deleting one > of the header rows? > > Thanks. > > __ > R-help@r-project.org mailing list > https://stat.e

[R] csv file with two header rows

2013-04-25 Thread analys...@hotmail.com
Is there a way to use read.csv() on such a file without deleting one of the header rows? Thanks. __ R-help@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.ht