as_xml | R Documentation |
Get XML representation of ddi_node objects
as_xml(x, ...)
x |
A |
... |
Arguments to pass to methods. |
An xml_document
or xml_node
object whether the object is a root node or not, respectively.
cb <- ddi_codeBook(ddi_stdyDscr(ddi_citation(ddi_titlStmt(ddi_titl("Sample"))))) as_xml(cb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.