new.datanode.html: new.datanode.html

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/datanode.R

Description

Construct a new HTML-type data node

Usage

1

Arguments

name

Name of the node

value

The value, an HTML string or charvec.

...

Passed through to new.datanode, in particular label and description

Details

Construct a new HTML-type data node. An HTML-type data node is like a simple data node but it has an HTML string or character vector as its value. It should be rendered as-is, but with activated analysis-page-data-set containers.

Value

AnalysisPageDataNode

Author(s)

Brad Friedman

See Also

is.atomic

Examples

1
2
new.datanode.html(name = "shakespeare",
                  value = "<i>Shall I compute thee to a summer's data?</i>")

AnalysisPageServer documentation built on April 28, 2020, 6:32 p.m.