check_dictionary {BioIndex}R Documentation

Check dictionary (RoME)

Description

The function checks whether the values contained in specific fields are consistent with the allowed values of the dictionaries.

Usage

check_dictionary(
  ResultData,
  Field,
  Values,
  year,
  wd = NA,
  suffix,
  verbose = FALSE
)

Arguments

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


[Package BioIndex version 0.5.02 Index]