Convert a tidy dataframe into a list of separate time series objects like `xts` and `ts` or even a `tibble` with a time series representation ( two columns with dates and values).
Usage
sgs_untidy(x, tidydf, as = c("tibble", "xts", "ts"))
Convert a tidy dataframe into a list of separate time series objects like `xts` and `ts` or even a `tibble` with a time series representation ( two columns with dates and values).
sgs_untidy(x, tidydf, as = c("tibble", "xts", "ts"))