scriptcmd: Sleigh Auxiliary Function

Description Details Examples

Description

This function is set through optional argument scriptExec in the sleigh constructor. It uses Python to execute a worker script.

Details

This function indicates that configuration variables such as RSleighName and RSleighNwsName are passed as part of the worker script arguments rather than through the env command. This is often useful on systems that do not support the env command.

scriptcmd is the default choice to execute worker scripts on Windows.

Examples

1
2
3
4
## Not run: 
s = sleigh(scriptExec=scriptcmd)

## End(Not run)

nws documentation built on May 2, 2019, 8:51 a.m.