combine_parent_and_child_resultsets | R Documentation |
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 |
|
tbl_df
; a data frame of parent data replicated for each child
record in the corresponding list.
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.