C-like Wrapper Functions for ZeroMQ | R Documentation |
The basic interface to ZeroMQ that somewhat models the C interface.
A list of all functions for this interface is as follows:
zmq.bind() | zmq.close() | zmqconnect() |
zmq.ctx.destroy() | zmq.ctx.new() | zmq.msg.recv() |
zmq.msg.send() | zmq.recv() | zmq.send() |
zmq.socket() | ||
Wei-Chen Chen wccsnow@gmail.com.
ZeroMQ/4.1.0 API Reference: https://libzmq.readthedocs.io/en/zeromq4-1/
Programming with Big Data in R Website: https://pbdr.org/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.