date_to_week_end | R Documentation |
The day on which the week ends is given by the config variable
week_end_day
date_to_week_end(
x,
type = c("target", "forecast"),
config_file = here::here("project-config.json")
)
x |
date to convert |
type |
character, whether to define weeks as for the "target" (default, i.e. week definition of the forecasts/targets) or "forecast", the forecast submission cycle, i.e. the week will end on the week day on which forecasts are submitted. |
config_file |
Path to the config file |
converted date
Sebastian Funk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.