Learn R Programming

tolBasis (version 1.0)

Slast: Last Date of a Serie

Description

Obtains the last date of a time series.

Usage

Slast(s)

Arguments

s
a Serie object

Value

a Date object

See Also

See the reference to Serie class.

See also the method Sfirst.

Examples

Run this code
s <- Serie(rnorm(12), Monthly, Date(2015))
Slast(s)

Run the code above in your browser using DataLab