server_connect | R Documentation |
Connect to a server, make accessible to outsider
and
set-up for outsider
interaction.
server_connect(session)
session |
ssh session, see 'ssh::ssh_connect'. |
This requires installation of ssh
package.
logical
Other public-server:
server_disconnect()
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.