setSSHPubKeyPath {DockerParallel} | R Documentation |
Set the ssh key file
Description
Set the ssh key file. This function will be called when the package is
loaded. If no argument is provided and the current stored path is NULL
, it
will look at the environment variables DockerParallelSSHPublicKey
Usage
setSSHPubKeyPath(publicKey = NULL)
Arguments
publicKey |
path to the public key |
Value
The path to the public key
Examples
## Getting the path from the environment variable "DockerParallelSSHPublicKey"
setSSHPubKeyPath()
[Package DockerParallel version 1.0.4 Index]