Hi
I am trying to change a data frame into timeSeries and i got infinite
recursion error
Error: evaluation nested too deeply: infinite recursion /
options(expressions=)?
Error during wrapup: evaluation nested too deeply: infinite recursion /
options(expressions=)?
my codes:
a <- data.frame(c(1:10))
rownames(a) <- seq(from = as.Date("2017-12-01"), to = as.Date("2017-12-10")
, by = "day")
timeSeries(a)
i tried setting expression to 5e5 options( expressions = 5e5 ), but rstudio
crashed. i am using R version 3.3.3
Thank for your help
--
Sent from: http://r.789695.n4.nabble.com/datatable-help-f2315188.html
_______________________________________________
datatable-help mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help