ignore {recorder} | R Documentation |
Ignore Certain Test Results
Description
Ignores certain test results in accordance with user inputs.
Usage
ignore(tests, variables_newdata, ignore_tests = NULL,
ignore_cols = NULL, ignore_combinations = NULL)
Arguments
tests |
|
variables_newdata |
|
ignore_tests |
|
ignore_cols |
|
ignore_combinations |
|
Details
Look up the descriptions and other meta data of the available
validation tests with get_tests_meta_data
.
Value
list
only the relevant test results.
[Package recorder version 0.8.2 Index]