View source: R/time-extra-functions.R
time_add | R Documentation |
Function for adding unusual time formats.
time_add(ls_time)
ls_time |
List of times in "4h 45min" format. |
A sum in "4h 45min" format.
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)
lapply(11:12, time_month, timesheet = timesheet, work_left = TRUE) %>% time_add()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.