Learn R Programming

nws (version 1.2.3)

close: 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

Run this code
s = sleigh()
close(s)

Run the code above in your browser using DataLab