data-cleaning / errorlocate

Find and replace erroneous fields in data using validation rules
http://data-cleaning.github.io/errorlocate/
22 stars 3 forks source link

make more clear when some rules are not taken into account #32

Open edwindj opened 3 years ago

edwindj commented 3 years ago

Currently errorlocate issues a warning that some of the rules are skipped, because they are not record-based or non-linear.

A novice user should be warned more clearly, that this can happen. Suggestion: add an extra function argument: skip_rules = FALSE, that stops the execution when FALSE and otherwise generates a warning.

Thanks Guido van den Heuvel for the suggestion