job_rerun | R Documentation |
Rerun jobs
job_rerun(job_id, dependency = character(0), verbose = TRUE, job_tb = NULL)
pipeline_rerun(job_id, skip_done = TRUE, verbose = TRUE)
job_id |
A single job ID. In |
dependency |
A vector of job IDs that current job depends on. |
verbose |
Whether to print messages. |
job_tb |
The data frame returned from |
skip_done |
Whether to skip done jobs. |
In pipeline_rerun()
, the full set of jobs can be captured by one job in the pipeline.
job_rerun()
returns the job IDs. pipeline_rerun()
returns NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.