checkTypeAll: checkTypeAll Uses dictionary to compare class of each...

View source: R/checkTypeAll.R

checkTypeAllR Documentation

checkTypeAll Uses dictionary to compare class of each variable to type listed. A specific class of interest can be specified with the flag parameter

Description

checkTypeAll Uses dictionary to compare class of each variable to type listed. A specific class of interest can be specified with the flag parameter

Usage

checkTypeAll(data, dictionary = NULL, flag = NULL)

Arguments

data

The dataset

dictionary

The epiuf dictionary

flag

A flag

Value

report

Examples

 ## Not run: 
   checkTypeAll(data)
   
## End(Not run)


Epiconcept-Paris/STRAP-epiuf documentation built on Aug. 5, 2024, 3:41 a.m.