validate_keys_sufficient {teal.transform} | R Documentation |
Validates whether the provided keys are sufficient to merge the datasets slices
Description
Validates whether the provided keys are sufficient to merge the datasets slices
Usage
validate_keys_sufficient(join_keys, merged_selector_list)
Arguments
join_keys |
( |
merged_selector_list |
( |
Value
TRUE
if the provided keys meet the requirement and shiny
validate error otherwise.
Note
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
.
[Package teal.transform version 0.6.0 Index]