chk-deprec {testdat}R Documentation

Deprecated checking functions

Description

[Deprecated]

These functions are deprecated.

Usage

chk_length(x, len)

chk_miss(x, miss = getOption("testdat.miss_text"))

chk_nmiss(x, miss = getOption("testdat.miss_text"))

Arguments

x

A vector to check.

len

Maximum string length for checking string variables.

Value

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

See Also

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

Checking Helper Functions


[Package testdat version 0.4.2 Index]