View source: R/time-aggregation.R
time_total | R Documentation |
Sum up all working hours.
time_total(timesheet)
timesheet |
A correctly named data.table. |
A string with time in hours.
timesheet <- add_entry("2021-11-04 12:30:00", "2021-11-04 13:30:00", "Eating in office hours")
timesheet <- add_entry("2021-12-04 13:30:00", "2021-12-04 16:30:00", "Powernap", timesheet)
time_total(timesheet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.