xml_drop_and_unlist_recursively: Recursively Drop 'type' and 'Id' attributes and flatten a...

View source: R/utils-query.R

xml_drop_and_unlist_recursivelyR 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

list; a list to be cleaned.

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.


salesforcer documentation built on March 18, 2022, 6:26 p.m.