xml_new_node | R Documentation |
Helper to convert R list to xml node (character representation).
xml_new_node(name, attrs, .children, text, ..., root = FALSE)
name |
name of the node to create. |
attrs |
a named list of name-value pairs to be used as attributes for the XML node. |
.children |
a list containing XML node elements or content. |
text |
the text content for the new XML node. |
... |
other arguments to be passed, not used. |
root |
whether node is root. Default is |
an R object that points to the C-level structure instance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.