get_results {data.validator} | R Documentation |
Get validation results
Description
The response is a list containing information about successful, failed, warning assertions and the table stores important information about validation results. Those are:
table_name - name of validated table
assertion.id - id used for each assertion
description - assertion description
num.violations - number of violations (assertion and column specific)
call - assertion call
message - assertion result message for specific column
type - error, warning or success
error_df - nested table storing details about error or warning result (like violated indexes and values)
Usage
get_results(report, unnest = FALSE)
Arguments
report |
Report object that stores validation results. See add_results. |
unnest |
If TRUE, error_df table is unnested. Results with remaining columns duplicated in table. |
[Package data.validator version 0.2.1 Index]