| server_disconnect | R Documentation |
Disconnect from a server and remove from outsider
server_disconnect()
This requires installation of ssh package.
logical
Other public-server:
server_connect()
library(outsider.base)
# NOT RUN
## Not run:
if (requireNamespace("ssh", quietly = TRUE)) {
session <- ssh::ssh_connect(host = '[INSERT HOST IP]')
server_connect(session = session)
# run outsider.base commands, when finished
server_disconnect()
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.