sshcmd {nws}R Documentation

sleigh Auxiliary Function

Description

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

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

## Not run: 
s = sleigh(launch=sshcmd)
# is equivalent to
s = sleigh()
## End(Not run)

[Package nws version 1.2.3 Index]