tcp_appender | R Documentation |
Append messages to arbitrary TCP destinations.
tcp_appender(
host,
port,
layout = default_log_layout(),
timeout = getOption("timeout")
)
host |
Hostname for the socket connection. |
port |
Port number for the socket connection. |
layout |
A layout function taking a |
timeout |
Timeout for the connection. |
appenders()
for more information on Appenders, and
base::socketConnection()
for the underlying connection object
used by tcp_appender
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.