Description Usage Arguments Value Examples
View source: R/dates_counters.R
Calculates number of dates in every month in the given dates vector. Missing values are omitted. Duplicated dates are counted multiple times!
1 | CalculateDatesInMonths(dates)
|
dates |
vector of dates |
data frame with columns: year (integer), month(integer), date_count (integer)
1 | CalculateDatesInMonths(seq.Date(as.Date("2018-04-01"), as.Date("2018-06-19"), by = "1 day"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.