xml2 (version 1.2.2)

xml_type: Determine the type of a node.

Description

Determine the type of a node.

Usage

xml_type(x)

Arguments

x

A document, node, or node set.

Examples

Run this code
# NOT RUN {
x <- read_xml("<foo> a <b /> <![CDATA[ blah]]></foo>")
xml_type(x)
xml_type(xml_contents(x))
# }

Run the code above in your browser using DataCamp Workspace