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