check_numeric_range {BioIndex}R Documentation

Check consistency of numeric ranges

Description

The function checks whether the values contained in specific fields are consistent within the allowed range of values.

Usage

check_numeric_range(
  Data,
  Field,
  Values,
  year,
  wd = NA,
  suffix,
  verbose = FALSE
)

Arguments

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


[Package BioIndex version 0.5.02 Index]