Description Usage Arguments Value Author(s) Examples
This function returns a list of functions to start/run/stop a Bash process. The communication between R and Bash is through a socket.
1 | proc_bash(port = 2000)
|
port |
A TCP port number |
A list of functions.
Originally implemented via FIFO by Yihui Xie and Yixuan Qiu; converted to use sockets by Adam Lyon.
1 2 3 4 5 6 7 8 9 10 11 12 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.