Function reference
-
aggregate(<tbl_validation>)
- Count the number of invalid rules or records.
-
as.data.frame(<tbl_validation>)
- Retrieve validation results as a data.frame
-
check_rules()
- Check validation rules on the database
-
compute(<tbl_validation>)
- Store the validation result in the db
-
confront.tbl_sql()
confront(<ANY>,<validator>,<ANY>)
- Validate data in database
tbl
withvalidator
rules.
-
confront_tbl_sparse()
- Create a sparse confrontation query
-
dump_sql()
- dump sql statements
-
rule_works_on_tbl()
- tests for each rule if it can be executed on the database
-
show_query(<tbl_validation>)
- Show generated sql code
-
tbl_validation-class
- Validation object for
tbl
object
-
values(<tbl_validation>)
- Retrieve the result of a validation/confrontation