rwincmd {nws} | R Documentation |
This function indicates that WMI will be used to launch sleigh workers.
This function should only be used on Windows. This function is only meant to be passed through optional argument, 'launch', in the sleigh constructor.
## Not run: s <- sleigh(launch=rwincmd, nodeList=c('n1', 'n2'), passwd='bogus') ## End(Not run)