View source: R/run_all_assertions.R
| run_all_assertions | R Documentation |
This function performs multiple validation checks on a dataset using various assertion functions. It loads metadata from specified CSV files, validates the dataset against expected field properties, and stops execution if any warnings are encountered.
run_all_assertions(new_data, output_dir)
new_data |
A data frame. The dataset to validate. |
output_dir |
A character string. The directory containing metadata CSV files ( |
No return value. The function stops execution and displays warnings if any validation checks fail.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.