xmlToList2 | R Documentation |
This function is an early and simple approach to converting an XML node or document into a more typical R list containing the data values. It differs from xmlToList by not including attributes at all in the output.
xmlToList2(node)
node |
the XML node or document to be converted to an R list |
list
parsed from the supplied node
This function is meant to be used internally. Only use when debugging.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.