powered by
Function to check format of a numeric column when the values are not bounded
test_data_num_norange(vec, nrcode = NA)
a column vector
non response code corresponding to the column
0, if success -1, if failure
# NOT RUN { test_data_num_norange(c(1, 2, 3, 4, -99), -99) # }
Run the code above in your browser using DataLab