IPDFileCheck (version 0.3.0)

testDataNumericNorange: 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

testDataNumericNorange(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 -1, if failure

Examples

Run this code
# NOT RUN {
testDataNumericNorange("marks",data.frame("marks" = c(210,99), "Name" = c("John","Dora")),-99)
# }

Run the code above in your browser using DataCamp Workspace