parse_args_list | R Documentation |
Combines NONMEM args that were passed into the function call with args that were parsed from a model yaml
parse_args_list(.func_args, .yaml_args)
.func_args |
A named list of arguments for bbi, passed into submit_model function call |
.yaml_args |
A named list of arguments for bbi, parsed from user input yaml |
The combination of the two lists, with .func_args overwriting any keys that are shared
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.