validate_keys_sufficient: 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)
Value
TRUE
if the provided keys meet the requirement and shiny
validate error otherwise.
Arguments
- join_keys
(join_keys
) the provided join keys.
- merged_selector_list
(list
) the specification of datasets' slices to merge.