start_of_month: Returns the start of the month of the date x

Description Usage Arguments Examples

View source: R/utility_functions.R

Description

Returns the start of the month of the date x

Usage

1

Arguments

x

Examples

1
2
end_of_last_month <- som(Sys.Date()) - 1
start_of_lasth_month <- som(som(Sys.Date()) - 1)

alesaccoia/alexr documentation built on Dec. 19, 2021, 12:26 a.m.