rwincmd {nws} | R Documentation |
Sleigh Auxiliary Function
Description
This function indicates that WMI will be used to launch sleigh workers.
Details
This function should only be used on Windows. This function is only meant to be passed through optional argument, 'launch', in the sleigh constructor.
See Also
Examples
## Not run:
s <- sleigh(launch=rwincmd, nodeList=c('n1', 'n2'), passwd='bogus')
## End(Not run)
[Package nws version 1.7.0.1 Index]