Learn R Programming

AnalysisPageServer (version 1.6.2)

new.datanode.table: new.datanode.table

Description

Construct a new table-type data node

Usage

new.datanode.table(name, data, caption = "", ...)

Arguments

name
Name of the node
data
An AnnotatedDataFrame. Unless "label" is already available, "labelDescription" in the varMetadata will be changed to "label" to agree with the syntax we use in the rest of the AnalysisPage interface.
caption
Caption for the table. Default: ""
...
Passed through to new.datanode, in particular label and description

Value

AnalysisPageDataNode

Details

Construct a new table-type data node either from an AnnotatedDataFrame.