add_entry | R Documentation |
Adding an entry to or creating a timesheet
add_entry(start, end, work, timesheet = NULL)
start |
Start of work. |
end |
End of work. |
work |
What was done? |
timesheet |
A correctly named data.table. |
A timesheet.
timesheet <- add_entry("2021-12-04 12:30:00", "2021-12-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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.