system3 {BBmisc} | R Documentation |
Wrapper for system2 with better return type and errorhandling.
Description
Wrapper for system2
with better return type and errorhandling.
Usage
system3(
command,
args = character(0L),
stdout = "",
stderr = "",
wait = TRUE,
...,
stop.on.exit.code = wait
)
Arguments
command |
See |
args |
See |
stdout |
See |
stderr |
See |
wait |
See |
... |
Further arguments passed to |
stop.on.exit.code |
[ |
Value
[list
].
exit.code [integer(1)] |
Exit code of command. Given if wait is |
output [character] |
Output of command on streams. Only given is |
[Package BBmisc version 1.13 Index]