stopSleigh {nws} | R Documentation |
Shut down sleigh workers and delete sleigh workspace.
## S4 method for signature 'sleigh': stopSleigh(.Object)
.Object |
a sleigh class object |
This function is called by close
method.
## Not run: s = sleigh() stopSleigh(s) ## End(Not run)