Sfirst: First Date of a Serie

Description Usage Arguments Value See Also Examples

Description

Obtains the first date of a time series.

Usage

1
Sfirst(s)

Arguments

s

a Serie object

Value

a Date object

See Also

See the reference to Serie class.

See also the method Slast.

Examples

1
2
s <- Serie(rnorm(12), Monthly, Date(2015))
Sfirst(s) 

tolBasis documentation built on May 2, 2019, 3:44 a.m.