fmdates (version 0.1.4)

eom: The end of month date

Description

The dates are rounded to the end of their respective months.

Usage

eom(dates)

Arguments

dates

a vector of dates.

Value

a date vector with the same class as dates

Examples

Run this code
# NOT RUN {
library("lubridate")
eom(ymd(20120203, 20140203))
# }

Run the code above in your browser using DataCamp Workspace