Given a sequence of interval specification (in 'HH:MM to HH:MM' format), return a function that will take a start date and an end date and return all intervals within those dates that correspond to the interval specification.
1 | select_days(keep_weekdays, ...)
|
keep_weekdays |
Character vector of weekdays (e.g. 'Monday', 'Tuesday', etc.). |
... |
Character vector where each element has format 'HH:MM to HH:MM' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.