R/deprec-chk.R
chk-deprec.Rd
These functions are deprecated.
chk_length(x, len) chk_miss(x, miss = getOption("testdat.miss_text")) chk_nmiss(x, miss = getOption("testdat.miss_text"))
A vector to check.
Maximum string length for checking string variables.
A logical vector flagging records that have passed or failed the check.
chk_*() functions such as chk_values()
chk_*()
chk_values()
Checking Helper Functions