reports_weekly.Rd
Weekly report
reports_weekly(start, end, extra_args = list())
Start time
End time
Extra arguments to be passed to the
API.
Example: extra_args = list(rounding = TRUE)
.
A data frame with a weekly summary of time entries for the specified time period.
if (FALSE) {
report <- reports_weekly("2022-08-01", "2022-08-08")
report %>%
select(-duration, -amount) %>%
unnest(projects)
}