Description Usage Arguments Value Examples
Determine whether a tunnel opened by tunnelr is running
1 | tunnelOpen(con)
|
con |
An object of class "tunnel" returned by |
TRUE
if the SSH tunnel is open, FALSE
otherwise.
1 2 3 4 5 6 7 8 | ## Not run:
sshTunnel = tunnel(remote_server, server_username,
remote_port, local_port)
tunnelOpen(sshTunnel) # returns TRUE
closeTunnel(sshTunnel)
tunnelOpen(sshTunnel) # returns FALSE
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.