nm_exec2 | R Documentation |
Starts a NONMEM run and do not wait for the results. Useful when NONMEM jobs are run via an HPC scheduler or a cloud solution.
nm_exec2(control_file, call_template = NULL, ...)
control_file |
path of the control file |
call_template |
character string call template used to start the run. |
A character string returned by the system call.
## Not run:
nm_exec2(control_file = "control_file.ctl", custom_script = "/path/to/script", call_template = "{custom_script} | {control_file}")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.