Implementations of generic ESS validation rules in R-validate syntax. These are the 21 main types of validation rules for validating ESS data as defined by Eurostat.
- FDT: FielD Type
- FDL: FielD Length
- FDM: FielD is Manatory or empty
- COV: COdes are Valid
- RWD: Records are Without Duplicate id-keys
- REP: Records Expected are Provided
- RTS: Records are all present for Time Series
- RNR: Records' Number is in a Range
- COC: COdes are Consistent
- VIR: Values are In a Range
- VCO: Values are COnsistent
- VAD: Valueas for Aggregates are consistent with Details
- VSA: Values for Seasonally Adjusted data are plausible
From R, using the remotes
package:
remotes::install_github("SNStatComp/GenericValidationRules/pkg")
Using Make
on your OS's command line:
git clone https://github.com/SNStatComp/GenericValidationRules
cd GenericValidationRules
make install