View source: R/upload_support.R
import_holidays | R Documentation |
Function to import CSV files that contain holiday information. CSV must contain the two columns "holiday_name" and "date". The date column must be formatted unambiguously, YYYY-MM-DD is best. Holiday dates should be in local time. For example, New Year's Day 2023 is 2023-01-01.
import_holidays(holiday_file)
holiday_file |
atomic character with the path to a CSV file with holiday dates and information |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.