Description Usage Arguments Value
This is a wrapper around system()
with some extra bells and whistles.
1 | lam_run_system_command(cmd, capture_output = FALSE, quiet = lam_is_quiet())
|
cmd |
String, a system command |
capture_output |
Do we want the actual output of the command returned? Useful when trying to
generate text. This is passed directly to tne |
quiet |
Set to |
If capture_output
is FALSE
, invisibly returns the exit code of the command, as long
as that is zero. Any other exit code throws an error. If capture_output
is TRUE
, returns
whatever the text output of the command is.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.