Initial Control Functions {pbdRPC} | R Documentation |
Initial control functions
.rpcopt_init(envir = .GlobalEnv)
envir |
an environment where RPC controls locate |
.rpcopt_init()
initials default RPC controls.
.rpcopt_init()
initial the RPC control
at envir
.
Wei-Chen Chen wccsnow@gmail.com.
ZeroMQ/4.1.0 API Reference: http://api.zeromq.org/4-1:_start
Programming with Big Data in R Website: http://r-pbd.org/
.pbd_env
.
## Not run:
library(pbdRPC, quietly = TRUE)
rpcopt_set(user = "snoweye", hostname = "192.168.56.101")
ls(.pbd_env)
rm(.pbd_env)
.rpcopt_init()
ls(.pbd_env)
.pbd_env$RPC.LI
## End(Not run)