ssh_disconnect {bsub}R Documentation

Disconnect ssh connection

Description

Disconnect ssh connection

Usage

ssh_disconnect()

Value

No value is returned.

Examples

# Normally you don't need to manually run this function. The ssh is automatically
# disconnected when the package is detached.
# To manually disconnect ssh, run:
## Not run: 
ssh_disconnect()

## End(Not run)

[Package bsub version 1.1.0 Index]