chk-deprec {testdat} | R Documentation |
These functions are deprecated.
chk_length(x, len)
chk_miss(x, miss = getOption("testdat.miss_text"))
chk_nmiss(x, miss = getOption("testdat.miss_text"))
x |
A vector to check. |
len |
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()