[R] Importing Headers from excel files

2010-02-23 Thread Luis Felipe Parra
Hello I am trying to import an Excel file but I am loosing the headers, My headers are in the first to rows of the EXCEL file. In the following R output, the NA are supposed to be the second item in the Header. Is there any way to Import more than one row as headers?. Thank you Felipe Parra

Re: [R] Importing Headers from excel files

2010-02-23 Thread Gabor Grothendieck
read.xls in the development version of the gdata package can read xls and xlsx files and could interpret both header rows by reading the file twice. Using the ExampleExcelFile.xlsx file that comes with gdata assume that the first two rows are actually headers (so the row of 1s is a header in this