DavZim / dataverifyr

A Lightweight, Flexible, and Fast Data Validation Package that Can Handle All Sizes of Data
https://davzim.github.io/dataverifyr/
Other
26 stars 1 forks source link

Add function to filter for warnings/errors of a results dataframe #1

Closed DavZim closed 1 year ago

DavZim commented 1 year ago

Something along the lines of:

res <- check_data(mtcars, rules)

filter_errors(res, mtcars)
filter_warnings(res, mtcars)
DavZim commented 1 year ago

Closed with 16a023d815efdb7a7b0fdd5752559267f5eedcdc