View source: R/gifti_xml_tools.R
cdata | R Documentation |
Create CDATA element string from string.
cdata(string)
string |
character string, the input string, freeform text. Must not contain the cdata start and end tags. |
character string, the input wrapped in the cdata tags
This returns a string, not an XML node. See xml_cdata
if you want a node.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.