chk-deprec | 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()
Checking Helper Functions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.