read_holidays_file <- function() {
readr::read_file(
system.file('extdata', 'holidays.csv', package = 'PlanneR', mustWork = TRUE)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.