| annotationTable-class {a4Reporting} | R Documentation |
Class to represent both displayed information and hyperlink information to prepare tabular output for LaTeX (with hyperlinks)
## S4 method for signature 'annotationTable' show(object)
object |
annotationTable object |
Objects can be created by calls of the form new("annotationTable", ...)
or using the wrapper function annotationTable
displayData:Object of class "data.frame" containing the columns to be
displayed in the table
displayCols:Object of class "list" giving key-value pairs that allow
to automatically generate the hyperlinks for the corresponding columns of the displayData
hrefData:Object of class "data.frame" giving the hyperlink information for
the corresponding columns of the displayData
signature(object = "annotationTable"): print an annotationTable
(without displaying the hyperlink information)
Tobias Verbeke
showClass("annotationTable")