a0_c_options: Initial controls in pbdRPC

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Initial control functions

Usage

1

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## 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)

pbdRPC documentation built on May 1, 2019, 7:28 p.m.