check_dictionary {BioIndex} | R Documentation |
The function checks whether the values contained in specific fields are consistent with the allowed values of the dictionaries.
check_dictionary( ResultData, Field, Values, year, wd = NA, suffix, verbose = FALSE )
ResultData |
data frame in MEDITS tables |
Field |
field of the table to be checked |
Values |
vector of the allowed values |
year |
reference year for the analysis |
wd |
working directory |
suffix |
name of the log file |
verbose |
boolean. If TRUE messages are promted in the console |