The table itself must be a simple dataframe or .csv file.
The package includes a simple graphical user interface as a web page.
This can be started with
run_datacheck()
. This interface shows summaries of the checks by rule and by
record. The score table can be 'downloaded'. The user interface is meant as an easy
way to get to know the package. All results can be also created using the command line
interface of R.
The main function and the principal example can be found under datadict_profile
.
Several helper functions like is_proper_name
or is_only_lowers
are for convenience
and illustration on how to express rules more clearly or succinct.