Description Usage Arguments Value Examples
Creates additional dates and values when NA where removed and the TS is not complete
1 | complete.ts(dates, values, freq, complete = 0)
|
dates |
A vector of dates that can be parsed by lubridate |
values |
A vector of same size as |
freq |
A chacracter string that indicates the frequency of the time series ("week", "month", "quarter", "day"). |
complete |
A numerical value (or NA) to fill the missing data points |
A dataframe with 2 columns : date and val, with additional rows
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.