Learn R Programming

recorder (version 0.8.2)

get_tests_meta_data: Get Meta Data of Validation Tests in a Data Frame

Description

Gets meta data of available validation tests as a data.frame.

Usage

get_tests_meta_data()

Arguments

Value

data.frame meta data of validation tests.

Details

The meta data of a validation test consists of:

test_name

name of the test

evaluate_level

is the test evaluated on column level (`col`) or on row level (`row`)?

evaluate_class

what classes of variables are being tested with this specific test?

description

a short description of what a test failure means for the given test

Examples

Run this code
# NOT RUN {
get_tests_meta_data()
# }

Run the code above in your browser using DataLab