Learn R Programming

DockerParallel (version 1.0.4)

setSSHPubKeyPath: 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

Run this code
# NOT RUN {
## Getting the path from the environment variable "DockerParallelSSHPublicKey"
setSSHPubKeyPath()
# }

Run the code above in your browser using DataLab