Validate a data.table against a schema

validate_table(dt, schema, report_path = NULL, ...)

Arguments

dt

data.table, the data.table to validate

schema

list, a list of schema values for the table

report_path

File path to save the pointblank report

...

additional locals arguments to pass to the test functions, e.g. tables_list

Details

Validate a data.table against a schema Schema