Transform a long format data.frame of time series to a tslist
Source:R/import_helpers.R
long_to_ts.Rd
The data.frame must have three columns "date", "value" and "series" (identifying the time series)
Arguments
- data
data.frame The data.frame to be transformed
- keep_last_freq_only
in case there is a frequency change in a time series, should only the part of the series be returned that has the same frequency as the last observation. This is useful when data start out crappy and then stabilize
- force_xts
logical
- strip_nas
logical should NAs be stripped (no leading and trailing nas) ?