process_initialize {callr} | R Documentation |
Start a process
process_initialize(self, private, command, args, stdout, stderr, cleanup, echo_cmd, supervise, windows_verbatim_args, windows_hide_window, encoding, post_process)
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. |
post_process |
Post processing function. |