process_initialize {processx}R Documentation

Start a process

Description

Start a process

Usage

process_initialize(self, private, command, args, commandline, stdout, stderr,
  cleanup, echo_cmd, windows_verbatim_args, windows_hide_window)

Arguments

self

this

private

this$private

command

Command to run, string scalar.

args

Command arguments, character vector.

commandline

Alternative to command + args.

stdout

Standard output, FALSE to ignore, TRUE for temp file.

stderr

Standard error, FALSE to ignore, TRUE for temp file.

cleanup

Kill on GC?

echo_cmd

Echo command before starting it?


[Package processx version 2.0.0.1 Index]