View source: R/mod_carga_datos_utils.R
get_start | R Documentation |
Get ts start of a time series
get_start(ini, tipo_f, patron)
ini |
a Date object. |
tipo_f |
type of the time series ('year', 'month', ..., 'seconds'). |
patron |
frequency of time series. |
numeric vector of lenght 2
Diego Jimenez <diego.jimenez@promidat.com>
get_start(as.Date("2021-06-30"), 'days', 365)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.