powered by
This function is responsible for handling the rule reformating, dataset handling and foreign key checks.
reformat_rules(rules, data_formatted, zip_data = NULL)
A data.frame with reformatted rules.
A data.frame containing rules to be reformatted.
A named list of data.frames with data.
A file path to a zip folder with additional data to check.
data("test_rules") data("valid_example") reformat_rules(rules = test_rules, data_formatted = valid_example)
Run the code above in your browser using DataLab