address | R Documentation |
A notationally convenient function for forming addresses/endpoints.
It's a simple wrapper around the paste0()
function.
address(host, port, transport = "tcp")
host |
The host ip address or url. |
port |
A port; necessary for all transports except ipc. |
transport |
The transport protocol. Choices are "inproc", "ipc", "tcp", and "pgm"/"epgm" for local in-process (inter-thread), local inter-process, tcp, and pgm, respectively. |
An address, for use with pbdZMQ functions.
Drew Schmidt
zmq.bind
address("localhost", 55555)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.