submit_models.RdSubmits a group of models to be run in batch by calling out to bbi in as
few external calls as possible (see "Details").
submit_models( .mods, .bbi_args = NULL, .mode = getOption("bbr.bbi_exe_mode"), ..., .config_path = NULL, .wait = TRUE, .dry_run = FALSE ) # S3 method for list submit_models( .mods, .bbi_args = NULL, .mode = getOption("bbr.bbi_exe_mode"), ..., .config_path = NULL, .wait = TRUE, .dry_run = FALSE )
| .mods | The model objects to submit. |
|---|---|
| .bbi_args | A named list specifying arguments to pass to bbi
formatted like |
| .mode | Either |
| ... | args passed through to |
| .config_path | Path to a bbi configuration file. If |
| .wait | If |
| .dry_run | Returns an object detailing the command that would be run, insted of running it. This is primarily for testing but also a debugging tool. |
The number of bbi calls to make is determined by the number of
distinct sets of bbi arguments passed to the submission calls, either
explicitly through .bbi_args, as specified in the bbi_args field of the
model YAML, or specified globally in bbi.yaml.
list: Takes a list of bbi_nonmem_model objects.