Learn R Programming

ReportingTools (version 2.12.2)

HTMLReportRef-class: Class "HTMLReportRef"

Description

A referenceClass-based representation of an HTML report generated using R objects. This class is based around a persistent, DOM-based representation of the HTML page being created, which is created during initialization and updated as the report is manipulated. HTMLReport is the constructor function for the class.

Arguments

Details

Publication behavior of HTMLReportRef reports is controlled via an event-observer paradigm. Developers specify behavior in the form of one or more ReportHandlers objects. These objects contain instructions (in the form of R functions) to be carried out whenever certain actions are taken. These actions are: initial report creation ("init"), elements being added to the report ("addElement"), elements being removed from the report ("removeElement"), and the report being finalized ("finish"). See ReportHandlers for more detail.

See Also

ReportHandlers

Examples

Run this code
showClass("HTMLReportRef")

Run the code above in your browser using DataLab