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
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
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
3 matches
Mail list logo