Skip to contents

[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)

Value

Named list of audit()'s results.

Examples

# Only use `audit()` instead:
pigs1 %>%
  grim_map() %>%
  audit()
#> # A tibble: 1 × 7
#>   incons_cases all_cases incons_rate mean_grim_ratio incons_to_ratio
#>          <int>     <int>       <dbl>           <dbl>           <dbl>
#> 1            8        12       0.667           0.724           0.921
#> # ℹ 2 more variables: testable_cases <int>, testable_rate <dbl>