dates: Start / End of Month Functions

Description Usage Arguments Value Examples

Description

Start / End of Month Functions

Usage

1
2
3

Arguments

date

Input date (can be character string or a date object)

Value

Date object containing the Start or End Date of the specified input date's month.

Examples

1
2
3
4
5
start_of_month(Sys.Date())
end_of_month(Sys.Date())

start_of_month("2019-05-31")
end_of_month("January 15, 2001")

jimbrig2011/arsenal documentation built on July 12, 2019, 12:25 p.m.