exec_wait | R Documentation |
Passes arguments to 'sys::exec_wait', if a server is connected arguments are passed to 'ssh::ssh_exec_wait' instead.
exec_wait( cmd, args = NULL, std_out = stdout(), std_err = stderr(), std_in = NULL, timeout = 0, with_ssh = TRUE )
cmd |
Command |
args |
Arguments |
std_out |
Standard out |
std_err |
Standard error |
std_in |
Standard in |
timeout |
Timeout |
with_ssh |
Try and run with ssh, default TRUE |
logical
Other private-sys:
exec_internal()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.