as_xml_list | R Documentation |
Generic function to convert an object to a list containing xml(s)
as_xml_list(x, output = "metadata", ...) ## S3 method for class 'dmdSchemeSet' as_xml_list(x, output = "metadata", ...)
x |
object to be converted. |
output |
specifies the content and format of the exported xml.
|
... |
additional arguments for methods |
a list()
where each element is xml_document
object
x <- as_xml_list( dmdScheme_example() ) x ## returns a \code{list()} with one \code{xml_document} object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.