Learn R Programming

nws (version 1.2.3)

sshcmd: sleigh Auxiliary Function

Description

This function is used to indicate SSH will be used to launch sleigh workers.

Arguments

Details

This function is only meant to be passed into sleigh constructor. sshcmd is also the default launch method for sleigh workers.

See Also

sleigh

Examples

Run this code
s = sleigh(launch=sshcmd)
# is equivalent to
s = sleigh()

Run the code above in your browser using DataLab