get_start {forecasteR}R Documentation

Get ts start of a time series

Description

Get ts start of a time series

Usage

get_start(ini, tipo_f, patron)

Arguments

ini

a Date object.

tipo_f

type of the time series ('year', 'month', ..., 'seconds').

patron

frequency of time series.

Value

numeric vector of lenght 2

Author(s)

Diego Jimenez <diego.jimenez@promidat.com>

Examples

get_start(as.Date("2021-06-30"), 'days', 365)


[Package forecasteR version 2.0.2 Index]