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

Description Usage Arguments Value Examples

View source: R/IPDFileCheck.R

Description

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

Usage

1
test_data_numeric_norange(column_name, data, nrcode = NA)

Arguments

column_name

the column name

data

data frame

nrcode

non response code corresponding to the column

Value

0, if success error, if failure

Examples

1
2
3
4
test_data_numeric_norange("marks", data.frame(
  "marks"  =  c(210, 99),
  "Name" =  c("John", "Dora")
), -99)

IPDFileCheck documentation built on Feb. 1, 2022, 9:07 a.m.