add_calendar_variables | R Documentation |
Add calendar-based columns to a data.table
with a date/time
column, e.g. "hour-of-day" or holidays (based on read_holiday_ics()
).
add_calendar_variables(dt, datetimecol, UKHolidays = NULL)
dt |
|
datetimecol |
column name of |
UKHolidays |
optional table of holidays from |
Table of UK Holidays
Jethro Browell, jethro.browell@strath.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.