build_bbi_param_list: Group models for bbi submission

View source: R/utils.R

build_bbi_param_listR Documentation

Group models for bbi submission

Description

Multiple models can be submitted in a single bbi call if those models share a working directory and a set of CLI arguments.

Usage

build_bbi_param_list(.mods, .bbi_args = NULL)

Arguments

.mods

The model objects to submit.

.bbi_args

A named list specifying arguments to pass to bbi formatted like list("nm_version" = "nm74gf_nmfe", "json" = T, "threads" = 4). Run print_bbi_args() to see valid arguments. Note that bbr does not support changing the output directory (including through the model or global YAML files).

Value

A list whose elements correspond to groups of models that can be submitted in a single bbi call. Each element is itself a list with elements

  • bbi_args: a set of CLI arguments

  • models: a list of the elements of .mods in the group


metrumresearchgroup/rbabylon documentation built on April 21, 2024, 3:26 a.m.