View source: R/get_series_info.R
get_series_info | R Documentation |
ts
, zoo
, or
xts
time series objectThe function returns a short synopsis data.frame of a time series object and optionally its starting observations.
get_series_info(series = NULL, n_obser = NULL)
series |
Either a |
n_obser |
An integer that sets the number of observations to display. If NULL then no observations are included in the data.frame. |
A named list with the series statistics(named "stats") and sample values(named "data").
Rick Dean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.