View source: R/NMproject-options.R
system_cmd | R Documentation |
Will run getOption("system_cmd")
. A OS agnostic interface to the system
terminal. Most of the time this will be the same as system_nm
except when
the PsN/NONMEM execution server is location in a different location to the
RStudio server.
system_cmd(cmd, dir = ".", ...)
cmd |
Character. Command to send to shell. |
dir |
Optional character. Directory to run command in (default = current working directory) |
... |
Other arguments passed to system command. |
The return value of getOption("system_cmd")
.
system_cmd("pwd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.