process_initialize {processx} | R Documentation |
Start a process
process_initialize(self, private, command, args, commandline, stdout, stderr, cleanup, echo_cmd, windows_verbatim_args, windows_hide_window)
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? |