eom {fmdates}R Documentation

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

library("lubridate")
eom(ymd(20120203, 20140203))

[Package fmdates version 0.1.4 Index]