View source: R/frequency_analysis.R
first_day | R Documentation |
Find the first day of the month for a given date
first_day(date)
date |
a vector of dates |
the first day of the month that given dates fall in
date <- as.Date("2020-12-28")
first_day(date)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.