combine_parent_and_child_resultsets {salesforcer} | R Documentation |
Bind the records from nested parent-to-child queries
Description
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.
Usage
combine_parent_and_child_resultsets(parents_df, child_df_list)
Arguments
parents_df |
|
child_df_list |
|
Value
tbl_df
; a data frame of parent data replicated for each child
record in the corresponding list.
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.1 Index]