new.datanode.html {AnalysisPageServer}R Documentation

new.datanode.html

Description

Construct a new HTML-type data node

Usage

new.datanode.html(name, value, ...)

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

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

[Package AnalysisPageServer version 1.18.0 Index]