## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## -----------------------------------------------------------------------------
library(dropout)

## -----------------------------------------------------------------------------
drop_summary(flying)

## -----------------------------------------------------------------------------
drop_detect(flying) |>
  head()