Manage Sub-Processes in R


[Up] [Top]

Documentation for package ‘subprocess’ version 0.8.3

Help Pages

subprocess-package Manage Subprocesses in R
CTRL_BREAK_EVENT Sending signals to the child process.
CTRL_C_EVENT Sending signals to the child process.
C_tests_utf8 Run UTF8 tests implemented in C.
is_process_handle Start a new child process.
PIPE_BOTH Communicating with a Child Process
PIPE_STDERR Communicating with a Child Process
PIPE_STDOUT Communicating with a Child Process
print.process_handle Start a new child process.
process_close_input Communicating with a Child Process
process_exists Check if process with a given id exists.
process_kill Sending signals to the child process.
process_read Communicating with a Child Process
process_return_code Terminating a Child Process.
process_send_signal Sending signals to the child process.
process_state Terminating a Child Process.
process_terminate Sending signals to the child process.
process_wait Terminating a Child Process.
process_write Communicating with a Child Process
readwrite Communicating with a Child Process
SIGABRT Sending signals to the child process.
SIGALRM Sending signals to the child process.
SIGCHLD Sending signals to the child process.
SIGCONT Sending signals to the child process.
SIGFPE Sending signals to the child process.
SIGHUP Sending signals to the child process.
SIGILL Sending signals to the child process.
SIGINT Sending signals to the child process.
SIGKILL Sending signals to the child process.
signal A helper function used in vignette.
signals Sending signals to the child process.
SIGPIPE Sending signals to the child process.
SIGQUIT Sending signals to the child process.
SIGSEGV Sending signals to the child process.
SIGSTOP Sending signals to the child process.
SIGTERM Sending signals to the child process.
SIGTSTP Sending signals to the child process.
SIGTTIN Sending signals to the child process.
SIGTTOU Sending signals to the child process.
SIGUSR1 Sending signals to the child process.
SIGUSR2 Sending signals to the child process.
spawn_process Start a new child process.
subprocess Manage Subprocesses in R
terminating Terminating a Child Process.
TERMINATION_CHILD_ONLY Start a new child process.
TERMINATION_GROUP Start a new child process.
TIMEOUT_IMMEDIATE Terminating a Child Process.
TIMEOUT_INFINITE Terminating a Child Process.