envcmd {nws} | R Documentation |
This function is set through optional argument 'scriptExec' in the sleigh constructor.
This function indicates that configuration variables such as RSleighName and RSleighNwsName are exported to the environment using env command.
envcmd is the default choice to execute worker scripts on UNIX.
## Not run: s = sleigh(scriptExec=envcmd) ## End(Not run)