off-methods: off-methods

Description Usage Arguments Value

Description

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

Usage

1
2
3
4
5
6
7
8
## 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.


RnBeads documentation built on March 3, 2021, 2 a.m.