On Wed, 24-Feb-2010 at 09:36AM -0500, Luis Felipe Parra wrote: |> Hello I have the following data frame which I read from an EXCEL |> file, and when i try to call one of its columns with a space in |> their names I am not being able to. For example if I do |> EURODOLLAR$ED1.Comdty Date I obtain the following error: |> Error: inesperado s?mbolo en "EURODOLLAR$ED1.Comdty Date"
try EURODOLLAR$`ED1.Comdty Date` HTH -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___ Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_ Average minds discuss events (:_~*~_:) Small minds discuss people (_)-(_) ..... Eleanor Roosevelt ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ______________________________________________ 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.html and provide commented, minimal, self-contained, reproducible code.