# NOT RUN {
#Only identify missing values for characters, logicals and labelled variables:
setChecks(character = "identifyMissing", factor = "identifyMissing",
labelled = "identifyMissing")
#Used in a call to makeDataReport():
# }
# NOT RUN {
data(toyData)
makeDataReport(toyData, checks = setChecks(character = "identifyMissing",
factor = "identifyMissing", labelled = "identifyMissing"), replace = TRUE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab