submit_model.RdSubmits a model to be run by calling out to bbi.
submit_model( .mod, .bbi_args = NULL, .mode = getOption("bbr.bbi_exe_mode"), ..., .config_path = NULL, .wait = TRUE, .dry_run = FALSE ) # S3 method for bbi_nonmem_model submit_model( .mod, .bbi_args = NULL, .mode = getOption("bbr.bbi_exe_mode"), ..., .config_path = NULL, .wait = TRUE, .dry_run = FALSE )
| .mod | The model object 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. |
bbi_nonmem_model: Takes a bbi_nonmem_model object.