View source: R/merge_datasets.R
validate_keys_sufficient | R Documentation |
Validates whether the provided keys are sufficient to merge the datasets slices
validate_keys_sufficient(join_keys, merged_selector_list)
join_keys |
( |
merged_selector_list |
( |
TRUE
if the provided keys meet the requirement and shiny
validate error otherwise.
The keys are not sufficient if the datasets slices described in
merged_selector_list
come from datasets, which don't have the
appropriate join keys in join_keys
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.