View source: R/gateaux_job_runner.R
run_all_with | R Documentation |
Modify par list to run all jobs listed with a certain env variable - useful to temporarily try or alter a parameter setup without modifying the original setup
run_all_with(pars_list, var, value, set = "pars", rm_vals = F)
pars_list |
A named list of named lists of environment variables and job requirements - one list per job. Each named list defines a job tag (name), with up to three sub-lists: * pars (named environment variables passed to the job), * wants (named optional job dependencies), * requires (named required job dependencies). |
var |
env variable to create or alter. |
value |
env variable value to assign. Can be a single value or a vector or the same length as pars_list. |
Altered parameter list to run with gateaux_job_runner
Dragonfly bakery
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.