Description Usage Arguments Value Examples
View source: R/hours_counters.R
Calculates number of dates in every month between (and including) the given dates. Missing values are omitted.
1 | CalculateHoursInMonths(date_start, date_end)
|
date_start |
beginning of the period, Date or object coercible to date |
date_end |
end of the period, Date or object coercible to date |
data frame with columns: year (integer), month (integer), hour_count (integer)
1 | CalculateHoursInMonths("2018-01-01", "2018-12-31")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.