Description Usage Arguments Value Examples
This function allows to create a time series object from a dataframe using the R-package 'stats'.
1 | ts_datastats(dataset = NULL, start_date = c(2013, 3), end_date = c(2019, 4))
|
dataset |
A dataframe. |
start_date |
A numeric vector of two elemets, year and quarter, respectively. |
end_date |
A numeric vector of two elemets, year and quarter, respectively. |
A class 'ts' object.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.