handle_reset_holidays <- function(default_holidays_csv) {
shiny::updateTextAreaInput(
inputId = 'holidays_area',
value = default_holidays_csv
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.