run_all_with: Modify par list to run all jobs listed with a certain env...

View source: R/gateaux_job_runner.R

run_all_withR 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

Description

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

Usage

run_all_with(pars_list, var, value, set = "pars", rm_vals = F)

Arguments

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.

Value

Altered parameter list to run with gateaux_job_runner

Author(s)

Dragonfly bakery


dragonfly-science/bakeR documentation built on June 23, 2024, 3:41 a.m.