call_and_capture | R Documentation |
system2()
and capture the effects.Make a call with system2()
and capture the effects.
call_and_capture(command, args, ..., wait = TRUE)
command |
The command to issue. A character string of length one. |
args |
The command line arguments. |
... |
Arguments passed to |
wait |
Passed to |
A list with:
content of stderr
content of stdout
exit status
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.