system3: modified system2

system3R Documentation

modified system2

Description

A modification of system2 to be able to return either or the stderr or stdout to console or flexibly return to a path.

Usage

system3(
  command,
  args = character(),
  stdout = "",
  stderr = "",
  stdin = "",
  input = NULL,
  env = character(),
  wait = TRUE,
  minimized = FALSE,
  invisible = TRUE,
  timeout = 0
)

kevinmhadi/khtools documentation built on Jan. 16, 2025, 4:18 p.m.