new.datanode.table {AnalysisPageServer} | R Documentation |
Construct a new table-type data node
new.datanode.table(name, data, caption = "", ...)
name |
Name of the node |
data |
An |
caption |
Caption for the table. Default: "" |
... |
Passed through to |
Construct a new table-type data node either from an AnnotatedDataFrame
.
AnalysisPageDataNode
Captions for plots are included implicitly in the table component of their responses.
Brad Friedman