Description Usage Arguments Value Examples
View source: R/hours_counters.R
Calculates number of dates in every year between (and including) the given dates. Missing values are omitted.
1 | CalculateHoursInYears(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), hour_count (integer)
1 | CalculateHoursInYears("2016-01-01", "2018-05-31")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.