fv_dow_period | R Documentation |
This helper function allows the user to generate a vector of day of the the week periods.
fv_dow_period(t, start_date, specials = c(), special_to = "Sunday")
t |
An integer indicating the number of dates |
start_date |
A date indicating the start date |
specials |
A vector of special dates to modify the day of the week for. |
special_to |
A character string indicating which day of the week or other label to assign holidays. By default this is set to "Sunday" |
A vector indicating the period of the dates.
Preprocessing functions
filter_by_availability()
,
latest_obs()
,
piecewise_steps()
fv_dow_period(t = 10, start_date = as.Date("2021-12-01"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.