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
)
Command
Arguments
Standard out
Standard error
Standard in
Timeout
Try and run with ssh, default TRUE
logical
Other private-sys:
exec_internal()