| mcp_close | R Documentation |
Close an MCP connection
mcp_close(conn)
conn |
An MCP connection object. |
NULL, invisibly. Called for its side effect of closing
the underlying socket.
## Not run:
conn <- mcp_connect(port = 7850)
mcp_close(conn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.