rzmq (version 0.9.13)

zmq.version: get version of libzmq

Description

return the version string of the system zmq library

Usage

zmq.version()

Arguments

Value

a string of the following format: major.minor.patch

Author

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

Run this code
if (FALSE) {

library(rzmq)
zmq.version()
}

Run the code above in your browser using DataLab