month_start {rplanes} | R Documentation |
Month start
Description
This unexported helper identifies the date of the first day of the month for the given date. The function is used internally inside of valid_dates.
Usage
month_start(date)
Arguments
date |
Date to be queried |
Value
Date of the first day of the month for the input date.
[Package rplanes version 0.1.0 Index]