Re: [R] Excel Data Import using RODBC

2010-02-23 Thread Dieter Menne
David Winsemius wrote: > > > Put quotes around the column names: > AbioRep$'US001 Index' > > Or use AbioRep[,"US001 Index"] Dieter -- View this message in context: http://n4.nabble.com/Excel-Data-Import-using-RODBC-tp1566728p1567049.html Sent from the R help mailing list archive at Nab

Re: [R] Excel Data Import using RODBC

2010-02-23 Thread David Winsemius
On Feb 23, 2010, at 5:17 PM, Luis Felipe Parra wrote: Hello I am importing data from Excel to R using RODBC and I am ending up with the following data frame: names(AbioRep) [1] "Date" "US0001W Index" "US0002W Index" "US0001M Index" "US0002M Index" "US0003M Index" "US0004M Index" "US

[R] Excel Data Import using RODBC

2010-02-23 Thread Luis Felipe Parra
Hello I am importing data from Excel to R using RODBC and I am ending up with the following data frame: names(AbioRep) [1] "Date" "US0001W Index" "US0002W Index" "US0001M Index" "US0002M Index" "US0003M Index" "US0004M Index" "US0005M Index" "US0006M Index" [10] "US0007M Index" "US0008M