Returns the current STROBE tracking data frame containing the sequence of
filtering steps, labels, and counts of included and excluded observations.
Value
A data frame with columns: id
, parent
, inclusion_label
, exclusion_reason
,
filter
, remaining
, and dropped
.
Examples
get_strobe_log()
#> Warning: No STROBE log initialized. Use `strobe_initialize()` first.
#> # A tibble: 0 × 7
#> # ℹ 7 variables: id <chr>, parent <chr>, inclusion_label <chr>,
#> # exclusion_reason <chr>, filter <chr>, remaining <int>, dropped <int>