timesheet <- poistimesheets::pts_get_timesheet(from = as.Date("2018-12-23"), to = as.Date("2019-03-27"))
timesheet <- timesheet[!grepl("^R", timesheet$Member),]
usethis::use_data(timesheet, overwrite = TRUE)
rm(timesheet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.