build_xml_from_list: Build XML Request Body

Description Usage Arguments Value Note

Description

Parse data into XML format

Usage

1
2
build_xml_from_list(list, root_name = NULL, root = NULL,
  version = getOption("rdfp.version"))

Arguments

list

a list of data to fill the XML body

root_name

a character string to be put in the topmost level of the created XML hierarchy

root

a XML node to be placed as root in the returned XML document

version

a character string indicating the version of the DFP API that is to be used in the SOAP request

Value

a XML document

Note

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


StevenMMortimer/rdfp documentation built on June 11, 2019, 4:50 p.m.