Learn R Programming

a4Reporting (version 1.20.0)

annotationTable-class: Class "annotationTable"

Description

Class to represent both displayed information and hyperlink information to prepare tabular output for LaTeX (with hyperlinks)

Arguments

Objects from the Class

Objects can be created by calls of the form new("annotationTable", ...) or using the wrapper function annotationTable

Slots

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

Methods

show
signature(object = "annotationTable"): print an annotationTable (without displaying the hyperlink information)

Examples

Run this code
  showClass("annotationTable")

Run the code above in your browser using DataLab