Description Usage Arguments Author(s) See Also
These sets of controls are used to provide default values in pbdRPC package.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | RPC.CT(verbose = FALSE, intern = FALSE, wait = TRUE, check.exec = FALSE,
use.shell.exec = TRUE, pause = TRUE)
RPC.LI(exec.type = "ssh", args = "", pport = 22, user = "snoweye",
hostname = "192.168.56.101", priv.key = "~/.ssh/id_rsa",
priv.key.ppk = "./id_rsa.ppk")
RPC.RR(check = "ps axww|grep '[r]emoter::server'",
kill = "kill -9 $(ps axww|grep '[r]emoter::server'|awk '{print $1}')",
start = "nohup Rscript -e 'remoter::server()' > .rrlog 2>&1 < /dev/null &",
preload = "source ~/work-my/00_set_devel_R; ",
checkx = "ps axww|grep '[r]emoter::server\\|[x]vfb-run'",
killx = "kill -9 $(ps axww|grep '[r]emoter::server\\|[x]vfb-run'|awk '{print $1}')",
startx = "nohup xvfb-run Rscript -e 'remoter::server()' > .rrlog 2>&1 < /dev/null &")
|
verbose, intern, wait, check.exec, use.shell.exec, pause |
RPC control for |
exec.type, args, pport, user, hostname, priv.key, priv.key.ppk |
RPC login information used by |
check, kill, start, preload, checkx, killx, startx |
RPC remoter commands used by |
Wei-Chen Chen wccsnow@gmail.com.
Programming with Big Data in R Website: http://r-pbd.org/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.