check_numeric_range {BioIndex} | R Documentation |
The function checks whether the values contained in specific fields are consistent within the allowed range of values.
check_numeric_range( Data, Field, Values, year, wd = NA, suffix, verbose = FALSE )
Data |
data frame of a table in MEDITS format |
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 |