Description Usage Arguments Details Value
Wrapper for system2
1 | system_call(bin, ...)
|
bin |
[ |
... |
[any] |
Output of 'stdout
' and 'stderr
' is captured in a character vector and checked for the exit status. If the status is not 0
an error is thrown. Otherwise the captured output is returned as a string.
The captured output as a string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.