Rdocumentation
powered by
Learn R Programming
rzmq (version 0.9.16)
R Bindings for 'ZeroMQ'
Description
Interface to the 'ZeroMQ' lightweight messaging kernel (see
for more information).
Copy Link
Link to current version
Version
Version
0.9.16
0.9.15
0.9.14
0.9.13
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.7.7
0.6.8
0.6.1
0.5.6
0.5.0
Install
install.packages('rzmq')
Monthly Downloads
490
Version
0.9.16
License
GPL-3
Maintainer
Jeroen Ooms
Last Published
March 21st, 2026
Functions in rzmq (0.9.16)
Search all functions
init.context
initailize zmq context and zmq socket
receive.socket
Receive a message from the socket referenced by the socket argument.
send.multipart
Send multipart ZMQ message.
receive.multipart
Receive multipart ZMQ message
bind.socket
Create an endpoint for accepting connections and bind it to the socket referenced by the socket argument.
send.socket
send a message.
socket.options
set a socket option.
poll.socket
Polls a list of sockets, waiting for the presence of a nonblocking read, write, or error event.
init.message
create a message object.
connect.socket
Connect the socket referenced by the socket argument to the endpoint specified by the endpoint argument.
zmq.error
get libzmq error numbers and error strings
zmq.version
get version of libzmq