View source: R/merge_datasets.R
are_needed_keys_provided | R Documentation |
Checks whether the provided slices have the corresponding join keys
are_needed_keys_provided(join_keys, merged_selector_list)
join_keys |
( |
merged_selector_list |
( |
TRUE
if all pairs of the slices have the corresponding keys and
FALSE
otherwise.
merged_selector_list
contains a list of descriptions of data frame slices;
each coming from a single dataset. This function checks whether all pairs
of the datasets have the join keys needed to merge the slices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.