Description Usage Arguments Value Examples
This function allows a running job to alter the workflow sequence by choosing
which step to run after the current one. (See
vignette("altering-the-order-of-steps")
)
1 | change_next_workflow_step(next_step, sbatch_opts = NULL)
|
next_step |
A scalar number coercible to integer instructing the workflow system which step to run next |
sbatch_opts |
an optional named list of sbatch parameters that would override the ones specified by the nextstep for the next iteration |
The next_step
value (invisibly)
1 2 3 4 5 | ## Not run:
# Instruct the workflow to run the step 3 after this one
change_next_workflow_step(3)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.