extract_records_from_xml_nodeset {salesforcer} | R Documentation |
Pulls out a tibble of record info from an XML node
Description
This function accepts an xml_nodeset
and searches for all './/records'
in the document to format into a single tidy tbl_df
.
Usage
extract_records_from_xml_nodeset(
nodeset,
object_name_append = FALSE,
object_name_as_col = FALSE
)
Arguments
nodeset |
|
object_name_append |
|
object_name_as_col |
|
Value
tbl_df
parsed from the supplied xml_nodeset
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.1 Index]