pbdZMQ (version 0.2-1)

Initial Control Functions: Initial controls in pbdZMQ

Description

Initial control functions

Usage

.zmqopt_init(envir = .GlobalEnv)

Arguments

envir
an environment where ZMQ controls locate

Value

  • .zmqopt_init() initial the ZMQ control at envir.

Details

.zmqopt_init() initials default ZMQ 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
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")

Run the code above in your browser using DataCamp Workspace