# Call `debit_map()` on binary summary
# data such as these:
pigs3
# The `consistency` column shows
# whether the values to its left
# are DEBIT-consistent:
pigs3 %>%
debit_map()
# Get test summaries with `audit()`:
pigs3 %>%
debit_map() %>%
audit()
Run the code above in your browser using DataLab