zmq.version {rzmq} | R Documentation |
get version of libzmq
Description
return the version string of the system zmq library
Usage
zmq.version()
Value
a string of the following format: major.minor.patch
Author(s)
ZMQ was written by Martin Sustrik <sustrik@250bpm.com> and Martin Lucina <mato@kotelna.sk>. rzmq was written by Whit Armstrong.
References
http://www.zeromq.org http://api.zeromq.org http://zguide.zeromq.org/page:all
See Also
connect.socket,bind.socket,receive.socket,send.socket
Examples
## Not run:
library(rzmq)
zmq.version()
## End(Not run)
[Package rzmq version 0.9.13 Index]