Learn R Programming

nws (version 1.6.2)

stopSleigh: sleigh Class Method

Description

Shutdown sleigh workers and delete sleigh workspace.

Usage

## S3 method for class 'sleigh':
stopSleigh(.Object)

Arguments

.Object
a sleigh class object

Details

This function is called by close method.

See Also

close

Examples

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

Run the code above in your browser using DataLab