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

View source: R/IPDFilecheck.R

test_data_numeric_norangeR Documentation

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

Description

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

Usage

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

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

sheejamk/IPDFileCheck documentation built on March 10, 2024, 3:14 p.m.