Learn R Programming

RnBeads (version 1.4.0)

off,Report-method: off-methods

Description

Performs cleanup and/or other finishing activities and closes the specified device, connection, or document.

Usage

"off"(.Object)
"off"(.Object)
"off"(.Object, handle.errors = FALSE)

Arguments

.Object
Object to be closed.
handle.errors
Flag indicating if the method should attempt to catch and process errors (e.g. I/O errors) internally. Setting this to TRUE does not guarantee that the method never stops with an error.

Value

The closed object, invisibly.