chk-defunct: Defunct checking functions

chk-defunctR Documentation

Defunct checking functions

Description

[Defunct]

These functions are defunct.

  • chk_filter_where() works exactly like chk_filter_all(). When testdat used dplyr::vars() as standard chk_filter_where() provided an alternative interface using tidy-select.

Usage

chk_filter_vars(data, vars, func, flt = TRUE, args = list())

chk_filter_where(data, where, func, flt = TRUE, args = list())

Arguments

where

<tidy-select> Columns to check.

Value

A logical vector flagging records that have passed or failed the check.

See Also

⁠chk_*()⁠ functions such as chk_values()

Checking Helper Functions


testdat documentation built on Sept. 4, 2023, 1:06 a.m.