Rdocumentation
powered by
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
Link to current version
Version
Version
0.8.3
0.8.2
0.8.1
0.8.0
0.7.4
Install
install.packages('subprocess')
Monthly Downloads
27
Version
0.8.3
License
MIT + file LICENSE
Issues
3
Pull Requests
0
Stars
48
Forks
10
Repository
https://github.com/lbartnik/subprocess
Maintainer
Lukasz Bartnik
Last Published
August 13th, 2018
Functions in subprocess (0.8.3)
Search all functions
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.