This is an R package designed to support checking whether data complies with a standard vocabulary. It can check for
- (un)known variable names
- missing (required) variables
- valid character values
- valid numeric value ranges
- valid dates and date ranges
The pacakge was originally developed for the terminag standard used in the Carob project.
You can install the package with:
remotes::install_github("controvoc/vocal")