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

View source: R/basic_checks.R

test_data_num_norangeR Documentation

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

Description

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

Usage

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

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

sheejamk/valueEQ5D documentation built on Oct. 8, 2022, 7:46 a.m.