exec_internal: Execute system commands and wait for response

Description Usage Arguments Value See Also

View source: R/sys.R

Description

Passes arguments to 'sys::exec_internal', if a server is connected arguments are passed to 'ssh::ssh_exec_internal' instead.

Usage

1
2
3
4
5
6
7
8
exec_internal(
  cmd,
  args = NULL,
  std_in = NULL,
  error = TRUE,
  timeout = 0,
  with_ssh = TRUE
)

Arguments

cmd

Command

args

Arguments

std_in

Standard in

error

Call an error? T/F

timeout

Timeout

with_ssh

Try and run with ssh, default TRUE

Value

logical

See Also

Other private-sys: exec_wait()


outsider.base documentation built on April 19, 2021, 1:06 a.m.