extract_records_from_xml_node {salesforcer} | R Documentation |
Pulls out a tibble of record info from an XML node
Description
This function accepts an xml_node
assuming it already represents one
record and formats that node into a single row tbl_df
.
Usage
extract_records_from_xml_node(
node,
object_name_append = FALSE,
object_name_as_col = FALSE
)
Arguments
node |
|
object_name_append |
|
object_name_as_col |
|
Value
tbl_df
parsed from the supplied node
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.2 Index]