Description Details References
Cross-platform child process management modelled after Python's
subprocess
module.
This R package extends R's capabilities of starting and handling child processes. It brings the capability of alternating read from and write to a child process, communicating via signals, terminating it and handling its exit status (return code).
With R's standard base::system and base::system2
functions one can start a new process and capture its output but
cannot directly write to its standard input. Another tool, the
parallel::mclapply function, is aimed at replicating
the current session and is limited to operating systems that come
with the fork()
system call.
http://github.com/lbartnik/subprocess
http://docs.python.org/3/library/subprocess.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.