build_metadata_xml_from_list | R Documentation |
This function converts a list of metadata to XML
build_metadata_xml_from_list(
input_data,
metatype = NULL,
root_name = NULL,
ns = c(character(0)),
root = NULL
)
input_data |
XML document serving as the basis upon which to add the list |
metatype |
a character indicating the element name of each record in the list |
root_name |
|
ns |
named vector; a collection of character strings indicating the namespace definitions of the root node if created |
root |
|
xmlNode
; an XML node with the input data added as needed for the
Metadata API and its objects.
This function is meant to be used internally. Only use when debugging.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.