Description Usage Arguments Value Examples
Close an SSH tunnel opened by tunnelr
| 1 | closeTunnel(con)
 | 
| con | An object of class "tunnel" returned by  | 
TRUE if the function closes the tunnel associated
with con, NA if there was no tunnel to close, or
FALSE if the tunnel could not be closed.
| 1 2 3 4 5 6 | ## Not run: 
sshTunnel = tunnel(remote_server, server_username,
                   remote_port, local_port)
closeTunnel(sshTunnel)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.