audit_list {scrutiny} | R Documentation |
Summaries in list form
Description
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()
.
Usage
audit_list(data)
Value
Named list of audit()
's results.
Examples
# Only use `audit()` instead:
pigs1 %>%
grim_map() %>%
audit()
[Package scrutiny version 0.4.0 Index]