Description Usage Arguments Value Examples
Function to check format of a numeric column when the values are not bounded
1 | test_data_num_norange(vec, nrcode = NA)
|
vec |
a column vector |
nrcode |
non response code corresponding to the column |
0, if success -1, if failure
1 | test_data_num_norange(c(1, 2, 3, 4, -99), -99)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.