ignore_cols {recorder} | R Documentation |
Ignore Test Results from Tests of Specific Columns
Description
Ignore Test Results from Tests of Specific Columns
Usage
ignore_cols(tests, col_names, variables_newdata)
Arguments
tests |
list test results.
|
col_names |
character names of columns for which test results
should be ignored.
|
variables_newdata |
character names of variables in new data.
|
Value
list
results after removing tests.
[Package
recorder version 0.8.2
Index]