Nothing
## -----------------------------------------------------------------------------
#| eval: false
# library(cronR)
# library(here) # makes it easier to deal with path issues
#
# cmd <- cron_rscript(
# here("orchestrator.R"),
# workdir = here()
# )
#
# cron_add(
# cmd,
# frequency = "daily",
# id = "maestro",
# ask = FALSE
# )
## -----------------------------------------------------------------------------
#| eval: false
# library(taskscheduleR)
# library(here) # makes it easier to deal with path issues
#
# taskscheduler_create(
# taskname = "maestro",
# rscript = here("orchestrator.R"),
# schedule = "DAILY",
# exec_path = here(),
# startdate = format(Sys.Date() - 1, "%m/%d/%Y")
# )
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.