reports_detailed.Rd
Detailed report
reports_detailed(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 detailed time entries for the specified time period.
if (FALSE) {
report <- reports_detailed("2022-08-01", "2022-09-01")
}