Learn R Programming

dataverifyr (version 0.1.8)

dataverifyr_plus: Add Rules and Rulesets Together

Description

  • allows you to add rules and rulesets into larger rulesets. This can be useful if you want to create a ruleset for a dataset out of checks for other datasets.

Usage

datavarifyr_plus(a, b)

# S3 method for ruleset +(a, b)

# S3 method for rule +(a, b)

Arguments

a

the first ruleset you wish to add

b

the second ruleset you wish to add