Skip to contents

All functions

add_check()
Add a custom check to the validator
add_qa_entry()
Add a QA Entry to the validator's QA Log
check()
Validate a Validator Object
check_and_export()
Validate data against a schema and output results
check_colnames()
Check Column Names against schema
check_column_contents()
Check Column Contents against schema and checks
check_completeness()
Check dataset for missing columns
check_duplicates()
Check for duplicate rows
check_types()
Check Column Types and Classes
decimal_places()
Check Decimal Places in Numeric Columns
export()
Generic export function
export(<Validator>)
Export Validator Log
hard_checks_status()
Check the status of errors and warnings in the validator log
is_valid_schema()
Check if the schema is valid
log_html()
Generate HTML Representation of a Log
log_to_table()
Convert Validator Log to Table
new_validator()
Validator Constructor
print(<Validator>)
Print Validator Log
run_checks()
Run column checks
types_to_classes()
Convert complex types to the correct types and classes