Description Usage Arguments Value Examples
Execute a command in a way that is consistent with both Windows and Linux platforms
1 2 3 4 5 6 7 |
cmd |
Command to execute |
wait |
Wait command to finish (default TRUE) |
echo |
Print command in console (default FALSE) |
ignore.stdout, ignore.stderr |
a logical (not NA) indicating whether messages written to ‘stdout’ or ‘stderr’ should be ignored. |
a value returned from 'system' or 'shell'
1 | run_cmd("ls")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.