Description Objects from the Class Slots Methods Author(s) Examples
Class to represent both displayed information and hyperlink information to prepare tabular output for LaTeX (with hyperlinks)
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
1 | showClass("annotationTable")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.