Hi R users: I got a problem traying to select one date of a timeSeries object.
But it works with the SWX data objetct. What am I doing worng? library(fImport) datos2<-readSeries(file="misDatos.csv",header=TRUE,sep=",", format="%Y-%m-%d", FinCenter='America/Bogota',zone="America/Bogota") head(datos2) datos2["2011-01-03",] traceback() Thank you for your help.
______________________________________________ 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.