Learn R Programming

inegiR (version 2.0.0)

ultimos: Returns n most recient data points

Description

Wrapper for other functions

Usage

ultimos(serie, col = "Fechas", n = 12)

Arguments

serie

serie in data.frame

col

Column with dates

n

amount of periods

Value

data.frame

See Also

denue_varios_stats

Examples

Run this code
# NOT RUN {
#return last 13 months
# }
# NOT RUN {
Ultimos <- ultimos(Inflation, n = 12)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab