callr (version 2.0.2)

process_initialize: Start a process

Description

Start a process

Usage

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

Arguments

self

this

private

this$private

command

Command to run, string scalar.

args

Command arguments, character vector.

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?

supervise

Should the process be supervised?

encoding

Assumed stdout and stderr encoding.