exit | Exit from a child process |
fork | Create a new R process using the Unix 'fork' system call |
getpid | Obtain the process id for the current process. |
handleSIGCLD | Establish or remove a dummy handler for SIGCLD signals |
kill | Send a signal to one or more processes. |
signal | Enable or disable handling of signals |
signame | Obtain information about signals |
wait | Wait for child process(es) to stop or terminate. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.