xml_extract_parent_and_child_result | R Documentation |
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.
xml_extract_parent_and_child_result(x)
x |
|
tbl_df
of the query result for that parent record.
This function is meant to be used internally. Only use when debugging.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.