Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

build_metadata_xml_from_list

Metadata List to XML Converter


Description

This function converts a list of metadata to XML

Usage

build_metadata_xml_from_list(
  input_data,
  metatype = NULL,
  root_name = NULL,
  ns = c(character(0)),
  root = NULL
)

Arguments

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

character; the name of the root node if created

ns

named vector; a collection of character strings indicating the namespace definitions of the root node if created

root

XMLNode; a node to be used as the root

Value

A XML document with the sublist data added

Note

This function is meant to be used internally. Only use when debugging.


salesforcer

An Implementation of 'Salesforce' APIs Using Tidy Principles

v0.2.2
MIT + file LICENSE
Authors
Steven M. Mortimer [aut, cre], Takekatsu Hiramura [ctb], Jennifer Bryan [ctb, cph], Joanna Zhao [ctb, cph]
Initial release
2020-09-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.