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

Description Usage Arguments Value Examples

View source: R/basic_checks.R

Description

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

Usage

1
test_data_num_norange(vec, nrcode = NA)

Arguments

vec

a column vector

nrcode

non response code corresponding to the column

Value

0, if success -1, if failure

Examples

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

valueEQ5D documentation built on Oct. 6, 2021, 5:10 p.m.