Learn R Programming

pbdRPC (version 0.1-1)

Initial Control Functions: Initial controls in pbdRPC

Description

Initial control functions

Usage

.rpcopt_init(envir = .GlobalEnv)

Arguments

envir
an environment where RPC controls locate

Value

.rpcopt_init() initial the RPC control at envir.

Details

.rpcopt_init() initials default RPC controls.

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

Run this code
## 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)

Run the code above in your browser using DataLab