xml_cdata | R Documentation |
Construct a cdata node
xml_cdata(content)
content |
The CDATA content, does not include |
x <- xml_new_root("root")
xml_add_child(x, xml_cdata("<d/>"))
as.character(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.