Keeps Track of all Performed Sanity Checks
Adds a sanity check to the list of already performed sanity checks
Removes all tracked sanity checks
Adds a sanity check to the list of already performed sanity checks
Returns all performed sanity checks
Wrapper for add_sanity_check for internal use
Collapse a vector of characters to a string with separators
Extends a list with an named element if the element does not exist
Simply converts a call into a character
Checks that the elements of a column belong to a certain set
Checks that all elements from the specified columns are in a certain r...
Checks that all elements from the given columns are below a certain nu...
Checks that all elements from the given columns are above a certain nu...
Checks that all elements from the specified columns are not NA
Checks that all elements from the specified columns are positive
Checks that the combination of the specified columns is unique
Performs various checks after a left-join was performed
During the preparation of data set(s) one usually performs some sanity checks. The idea is that irrespective of where the checks are performed, they are centralized by this package in order to list all at once with examples if a check failed.
Useful links