library(tidyverse) library(fivethirtyeight) library(DT)
bechdel |> select(year, title, clean_test, binary) |> DT::datatable()