testDataNumNorange: Function to check the format of a numeric column when the...

Description Usage Arguments Value Examples

Description

Function to check the format of a numeric column when the values are not bounded

Usage

1
testDataNumNorange(vec, nrcode = NA)

Arguments

vec

a column vector

nrcode

non response code corresponidng to the column

Value

0, if success -1, if failure

Examples

1
testDataNumNorange(c(1,2,3,4,-99),-99)

sheejamk/eq5dmapR documentation built on July 6, 2019, 11:49 p.m.