50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

scrutiny (version 0.4.0)

audit_list: Summaries in list form

Description

[Deprecated]

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)

Arguments

Value

Named list of audit()'s results.

Examples

Run this code
# Only use `audit()` instead:
pigs1 %>%
  grim_map() %>%
  audit()

Run the code above in your browser using DataLab