off,Report-method {RnBeads} | R Documentation |
Performs cleanup and/or other finishing activities and closes the specified device, connection, or document.
## S4 method for signature 'Report' off(.Object) ## S4 method for signature 'ReportPlot' off(.Object) ## S4 method for signature 'ReportGgPlot' off(.Object, handle.errors = FALSE)
.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 |
The closed object, invisibly.