get_eom_dates: Get the end of month date

View source: R/date_utils.R

get_eom_datesR Documentation

Get the end of month date

Description

Get the end of month date

Usage

get_eom_dates(dates)

Arguments

dates

vector of objects of class Date, POSIXct, or character with in year, month, day format

Value

vector of dates of the same size of argument dates but at month end

Examples

get_eom_dates("2016-01-10")


ces0491/dateR documentation built on April 6, 2022, 10:17 p.m.