read_timesheet | R Documentation |
Function for reading in a timesheet. (Save timesheet as csv.)
read_timesheet(path)
path |
Path to timesheet. |
timesheet data.table
## Not run:
timesheet <- read_timesheet("timesheet.csv")
utils::write.csv(timesheet, "timesheet.csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.