ldom: Last day of month

View source: R/btools_dates.r

ldomR Documentation

Last day of month

Description

ldom get the last day of month, for a given date

Usage

ldom(date)

Arguments

date

a vector of dates as strings or dates. No default.

Examples

x <- c('2010-01-01', '2010-01-31','2019-02-01', '2020-02-01')
ldom(x)

donboyd5/btools documentation built on Jan. 7, 2023, 10:47 p.m.