chk-defunct {testdat} | R Documentation |
Defunct checking functions
Description
These functions are defunct.
-
chk_filter_where()
works exactly likechk_filter_all()
. When testdat useddplyr::vars()
as standardchk_filter_where()
provided an alternative interface usingtidy-select
.
Usage
chk_filter_vars(data, vars, func, flt = TRUE, args = list())
chk_filter_where(data, where, func, flt = TRUE, args = list())
Arguments
where |
< |
Value
A logical vector flagging records that have passed or failed the check.
See Also
chk_*()
functions such as chk_values()
[Package testdat version 0.4.2 Index]