
create a message object.
init.message.Rd
Create a ZeroMQ message object that can be sent multiple times
Arguments
- data
the R object to be sent
- serialize
whether to call serialize before sending the data
- xdr
passed directly to serialize command if serialize is requested
Author
ZMQ was written by Martin Sustrik <[email protected]> and Martin Lucina <[email protected]>. rzmq was written by Whit Armstrong.