as_xml_string | R Documentation |
Functionally equivalent to as.character(as_xml(ddi_node_obj))
.
as_xml_string(x, ...)
x |
A ddi_node object. |
... |
Arguments forwarded to |
A string containing the text representation of XML.
cb <- ddi_codeBook(ddi_stdyDscr(ddi_citation(ddi_titlStmt(ddi_titl("Sample"))))) as_xml_string(cb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.