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