close {nws} | R Documentation |
Shutdown sleigh workers and delete sleigh workspace.
close(con, ...)
con |
a sleigh class object |
... |
optional fields |
close method calls stopSleigh method to shutdown sleigh workers and delete sleigh workspace.
The optional fields are not passed to stopSleigh method. They are defined to be compatiable with the default, non-generic close method.
## Not run: s = sleigh() close(s) ## End(Not run)