powered by
Generic function to convert an object to xml
as_xml(x, output = "metadata", ...)# S3 method for dmdSchemeData as_xml(x, output = "metadata", ...)# S3 method for dmdSchemeSet as_xml(x, output = "metadata", ...)
# S3 method for dmdSchemeData as_xml(x, output = "metadata", ...)
# S3 method for dmdSchemeSet as_xml(x, output = "metadata", ...)
an xml_document object
xml_document
object to be converted.
specifies the content and format of the exported xml.
export of the metadata only with no format attributes
export tof the complete sheme, i.e. "metadata" plus the scheme definition. This is a self contained format which contains all attributes.
additional arguments for methods
x <- as_xml( dmdScheme_example() ) x ## returns \code{xml_document} object
Run the code above in your browser using DataLab