Initial Control Functions
From pbdZMQ v0.2-1
by Wei-Chen Chen
Initial controls in pbdZMQ
Initial control functions
- Keywords
- programming
Usage
.zmqopt_init(envir = .GlobalEnv)
Arguments
- envir
- an environment where ZMQ controls locate
Details
.zmqopt_init()
initials default ZMQ controls.
Value
.zmqopt_init()
initial the ZMQ control atenvir
.
References
ZeroMQ/4.1.0 API Reference:
Programming with Big Data in R Website:
See Also
Examples
library(pbdZMQ, quietly = TRUE)
ls(.pbd_env)
rm(.pbd_env)
.zmqopt_init()
ls(.pbd_env)
.pbd_env$ZMQ.SR$BLOCK
.pbd_opt(bytext = "ZMQ.SR$BLOCK = 0L")
Community examples
Looks like there are no examples yet.