create_tests_meta_data {recorder} | R Documentation |
Creates meta data of available validation tests as a list. The list has as many elements as the number of available validation test - one for each test. Entries are named after the different tests.
create_tests_meta_data()
The meta data of a validation test consists of:
is the test evaluated on column level ('col') or on row level ('row')?
what classes of variables are being tested with this specific test?
a short description of what a test failure means for the given test
list
meta data of validation tests.
create_tests_meta_data()