import_holidays: Holiday CSV import

View source: R/upload_support.R

import_holidaysR Documentation

Holiday CSV import

Description

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.

Usage

import_holidays(holiday_file)

Arguments

holiday_file

atomic character with the path to a CSV file with holiday dates and information


stefwayland/cecmidas documentation built on Aug. 27, 2023, 2:36 p.m.