off,Report-method {RnBeads}R Documentation

off-methods

Description

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

Usage

## S4 method for signature 'Report'
off(.Object)

## S4 method for signature 'ReportPlot'
off(.Object)

## S4 method for signature 'ReportGgPlot'
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.


[Package RnBeads version 1.12.1 Index]