View source: R/NMproject-options.R
system_nm | R Documentation |
Not intended to be used directly in most cases. This is the function used by
run_nm()
. It can also be used directly to launch other PsN commands like
sumo
.
system_nm(cmd, dir = nm_dir("models"), ...)
cmd |
Character. System call to be sent to the terminal. |
dir |
Character. Directory (relative path) to run command in. By
default this will be the "models" directory ( |
... |
Additional arguments to be passed to |
The return value of getOption("system_nm")
.
run_nm()
system_nm("hostname") ## requires NONMEM to be installed ## Not run: system_nm("psn --versions") system_nm("sumo run1.mod") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.