end_of_year {dateutils}R Documentation

End of Year

Description

Find the end of year for a vector of dates

Usage

end_of_year(dates)

Arguments

dates

Transition matrix from a VAR model

Value

The last day of the year for the dates

Examples

end_of_year(as.Date("2019-09-15")) ## 2019-12-31

[Package dateutils version 0.1.5 Index]