stopSleigh {nws}R Documentation

sleigh Class Method

Description

Shutdown workers and remove sleigh workspace.

Usage

stopSleigh(.Object)

Arguments

.Object a sleigh class object

Details

This function is called by close method.

See Also

close

Examples

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

[Package nws version 1.2.3 Index]