Initial Control Functions {pbdRPC} | R Documentation |
Initial controls in pbdRPC
Description
Initial control functions
Usage
.rpcopt_init(envir = .GlobalEnv)
Arguments
envir |
an environment where RPC controls locate |
Details
.rpcopt_init()
initials default RPC controls.
Value
.rpcopt_init()
initial the RPC control
at envir
.
Author(s)
Wei-Chen Chen wccsnow@gmail.com.
References
ZeroMQ/4.1.0 API Reference: http://api.zeromq.org/4-1:_start
Programming with Big Data in R Website: http://r-pbd.org/
See Also
.pbd_env
.
Examples
## 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)
[Package pbdRPC version 0.2-1 Index]