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