system_output | R Documentation |
This function automatically quotes both the command and each argument so they are properly protected from shell expansion.
system_output(
cmd,
args = character(),
env = character(),
quiet = FALSE,
echo = FALSE,
...
)
cmd |
the command to run. |
args |
a vector of command arguments. |
env |
a named character vector of environment variables. Will be quoted |
quiet |
if |
echo |
if |
... |
additional arguments passed to |
command output if the command succeeds, an error will be thrown if the command fails.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.