new.datanode.table {AnalysisPageServer}R Documentation

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

Details

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

Value

AnalysisPageDataNode

Note

Captions for plots are included implicitly in the table component of their responses.

Author(s)

Brad Friedman


[Package AnalysisPageServer version 1.18.0 Index]