Learn R Programming

⚠️There's a newer version (1.1.5) of this package.Take me there.

validate (version 0.9.3)

Data Validation Infrastructure

Description

Declare data validation rules and data quality indicators; confront data with them and analyze or visualize the results. The package supports rules that are per-field, in-record, cross-record or cross-dataset. Rules can be automatically analyzed for rule type and connectivity. See also Van der Loo and De Jonge (2018) , chapter 6.

Copy Link

Version

Install

install.packages('validate')

Monthly Downloads

1,916

Version

0.9.3

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Mark der Loo

Last Published

December 16th, 2019

Functions in validate (0.9.3)

as.data.frame

Coerce to data.frame
expressionset-class

Superclass for storing a set of rich expressions.
lbj_cells-class

Logging object to use with the lumberjack package
label

Rule label
event

Get or set event information metadata from a 'confrontation' object.
expr

Get expressions
errors

Get messages from a confrontation object
compare

Compare similar data sets
check_that

Simple data validation interface
exists_any

Test for (unique) existence
export_yaml

Export to yaml file
lbj_rules-class

Logging object to use with the lumberjack package
confront

Confront data with a (set of) expressionset(s)
created

Creation timestamp
barplot,validatorComparison-method

Barplot of validatorComparison object
indication-class

Store results of evaluating indicators
cells

Cell counts and differences for a series of datasets
indicator-class

Store a set of rich indicator expressions
description

Rule description
syntax

Syntax to define validation or indicator rules
rule-class

A rich expression
[<-,expressionset-method

Replace a subset of an expressionset with another expressionset
retailers

data on Dutch supermarkets
match_cells

Create matching subsets of a sequence of data
meta

Get or set rule metadata
plot,validatorComparison-method

Line graph of validatorComparison object
plot,validator-method

Plot a validator object
variables

Get variable names
values

Get values from object
length,expressionset-method

Determine the number of elements in an object.
validator-class

Store a set of rich validating rules.
%vin%

A consistent set membership operator
+,indicator,indicator-method

Combine two indicator objects
validator

Define validation rules for data
+,validator,validator-method

Combine two validator objects
voptions

Set or get options globally or per object.
indicator

Define indicators for data
is_complete

Test for completeness of records
confrontation-class

Superclass storing results of confronting data with rules
names<-,rule,character-method

Extract or set names
origin

Origin of rules
run_validation_file

Run a file with confrontations. Capture results
summary

Create a summary
[,expressionset-method

Select a subset
validate

Data Validation Infrastructure
is_unique

Test for uniquenes of records
keyset

Get key set stored with a confrontation
plot,validation-method

Plot a validation object
[[<-,expressionset-method

Replace a rule in a ruleseta
validation-class

Store results of evaluating validating expressions
plot,cellComparison-method

Line graph of a cellComparison object.
sort,validation-method

Aggregate and sort the results of a validation.
.PKGOPT

Services for extending 'validate'
any,validation-method

Test if any validation resulted in TRUE
as.data.frame,expressionset-method

Translate an expressionset to data.frame
barplot,cellComparison-method

Barplot of cellComparison object
as.data.frame,confrontation-method

Coerce a confrontation object to data frame
as.data.frame,cellComparison-method

Translate cellComparison objects to data frame
as.data.frame,validatorComparison-method

Translate a validatorComparison object to data frame
aggregate,validation-method

Aggregate validation results
all,validation-method

Test if all validations resulted in TRUE
barplot,validation-method

Plot number of violations