Description Usage Arguments Details Value Author(s) See Also Examples
Construct a new HTML-type data node
1 | new.datanode.html(name, value, ...)
|
name |
Name of the node |
value |
The value, an HTML string or charvec. |
... |
Passed through to |
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.
AnalysisPageDataNode
Brad Friedman
1 2 | new.datanode.html(name = "shakespeare",
value = "<i>Shall I compute thee to a summer's data?</i>")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.