xml_nodeset_to_df {salesforcer}R Documentation

xml_nodeset_to_df

Description

A function specifically for parsing an XML node into a data.frame

Usage

xml_nodeset_to_df(this_node)

Arguments

this_node

xml_node; to be parsed out

Value

tbl_df parsed from the supplied XML

Note

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


[Package salesforcer version 1.0.1 Index]