xml_type | R Documentation |
Determine the type of a node.
xml_type(x)
x |
A document, node, or node set. |
x <- read_xml("<foo> a <b /> <![CDATA[ blah]]></foo>")
xml_type(x)
xml_type(xml_contents(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.