View source: R/data-structures.R
cron_schedule | R Documentation |
Cron Schedule
cron_schedule(
quartz_cron_expression,
timezone_id = "Etc/UTC",
pause_status = c("UNPAUSED", "PAUSED")
)
quartz_cron_expression |
Cron expression using Quartz syntax that describes the schedule for a job. See Cron Trigger for details. |
timezone_id |
Java timezone ID. The schedule for a job is resolved with respect to this timezone. See Java TimeZone for details. |
pause_status |
Indicate whether this schedule is paused or not. Either
|
db_jobs_create()
, db_jobs_reset()
, db_jobs_update()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.