[Deprecated]

These functions are deprecated.

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