audit_list()
is deprecated. Use audit()
instead.
It was meant to be used when audit()
would have returned tibbles that
were too wide to be read. However, the output format for audit()
has now
been overhauled, there is no longer a need for audit_list()
.
audit_list(data)
Named list of audit()
's results.
# Only use `audit()` instead:
pigs1 %>%
grim_map() %>%
audit()
Run the code above in your browser using DataLab