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

xml_extract_parent_and_child_result

Extract tibble of a parent-child record from one XML node


Description

This function accepts a node representing the result of an individual parent recordset from a nested parent-child query where there are zero or more child records to be joined to the parent. In this case the child and parent will be bound together to return one complete tbl_df of the query result for that parent record.

Usage

xml_extract_parent_and_child_result(x)

Arguments

x

xml_node; a xml_node from an xml2 parsed response representing one individual parent query record.

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.