xml_cdata {xml2} | R Documentation |
Construct a cdata node
Description
Construct a cdata node
Usage
xml_cdata(content)
Arguments
content |
The CDATA content, does not include |
Examples
x <- xml_new_root("root")
xml_add_child(x, xml_cdata("<d/>"))
as.character(x)
[Package xml2 version 1.3.6 Index]