Learn R Programming

subprocess (version 0.8.3)

Manage Sub-Processes in R

Description

Create and handle multiple sub-processes in R, exchange data over standard input and output streams, control their life cycle.

Copy Link

Version

Install

install.packages('subprocess')

Monthly Downloads

27

Version

0.8.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Lukasz Bartnik

Last Published

August 13th, 2018

Functions in subprocess (0.8.3)

subprocess

Manage Subprocesses in R
process_exists

Check if process with a given id exists.
C_tests_utf8

Run UTF8 tests implemented in C.
signals

Sending signals to the child process.
terminating

Terminating a Child Process.
spawn_process

Start a new child process.
readwrite

Communicating with a Child Process
signal

A helper function used in vignette.