IPDFileCheck (version 0.5.0)

testAge: Function to check the format of 'age' in data

Description

Function to check the format of 'age' in data

Usage

testAge(data, agecolumn = "age", nrcode = NA)

Arguments

data

a data frame

agecolumn

column name that corresponds to age or date pf birth

nrcode

non response code corresponding to age column

Value

0, if success -1 if failure

Examples

Run this code
# NOT RUN {
testAge(data.frame("Age"= c(21,15), "Name"= c("John","Dora")),"age",999)
# }

Run the code above in your browser using DataCamp Workspace