xml_drop_and_unlist_recursively {salesforcer} | R Documentation |
Recursively Drop type
and Id
attributes and flatten a list
Description
This function wraps the xml_drop_and_unlist
function
to recursively flatten and remove record type attributes from relationship
and nested queries.
Usage
xml_drop_and_unlist_recursively(x)
Arguments
x |
|
Value
list
containing without type
and Id
fields that
are not requested as part of the query, but Salesforce provides.
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.1 Index]