close {nws}R Documentation

sleigh Class Method

Description

Shutdown sleigh workers and delete sleigh workspace.

Usage

close(con, ...)

Arguments

con a sleigh class object
... optional fields

Details

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.

Examples

## Not run: 
s = sleigh()
close(s)
## End(Not run)

[Package nws version 1.2.3 Index]