extract_records_from_xml_nodeset_of_records {salesforcer} | R Documentation |
Pulls out a tibble of record info from a nodeset of "records" elements
Description
This function accepts an xml_nodeset
and formats each record into
a single row of a tbl_df
.
Usage
extract_records_from_xml_nodeset_of_records(
x,
object_name = NULL,
object_name_append = FALSE,
object_name_as_col = FALSE
)
Arguments
x |
|
object_name |
|
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.2 Index]