Bind the records from nested parent-to-child queries
This function accepts a data.frame
with one row representing each
parent record returned by a query with a corresponding list element in the
list of child record results stored as tbl_df
in a list.
combine_parent_and_child_resultsets(parents_df, child_df_list)
parents_df |
|
child_df_list |
|
This function is meant to be used internally. Only use when debugging.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.