Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

drop_nested_child_records

Drop nested child records in a record


Description

This function accepts a single record from a nested query and removes the element with nested "records" which represent the child records belonging to the parent.

Usage

drop_nested_child_records(x)

Arguments

x

list; a list parsed from JSON and representing one individual parent query record.

Value

list; a list without any elements that have nested child records assuming they have already been extracted.

Note

This function is meant to be used internally. Only use when debugging.


salesforcer

An Implementation of 'Salesforce' APIs Using Tidy Principles

v0.2.2
MIT + file LICENSE
Authors
Steven M. Mortimer [aut, cre], Takekatsu Hiramura [ctb], Jennifer Bryan [ctb, cph], Joanna Zhao [ctb, cph]
Initial release
2020-09-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.