Rerun jobs
job_rerun(job_id, dependency = character(0), verbose = TRUE, job_tb = NULL)
pipeline_rerun(job_id, skip_done = TRUE, verbose = TRUE)A single job ID. In pipeline_rerun(), it is the job ID of any one job in the pipeline.
A vector of job IDs that current job depends on.
Whether to print messages.
The data frame returned from bjobs(), internally used.
Whether to skip done jobs.
job_rerun() returns the job IDs. pipeline_rerun() returns NULL.
In pipeline_rerun(), the full set of jobs can be captured by one job in the pipeline.