View source: R/time-plotting.R
overview | R Documentation |
Plot a timesheet.
overview(timesheet)
timesheet |
A correctly named data.table. |
Timesheet ggplot.
## Not run:
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)
overview(timesheet)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.