knitr::opts_chunk$set(
  echo = FALSE,
  comment = "#>"
)

with_dt <- requireNamespace("DT")
DT::datatable(
  nflfastR::field_descriptions,
  options = list(scrollX = TRUE, pageLength = 25),
  filter = "top",
  rownames = FALSE,
  style = "bootstrap4"
)
knitr::kable(nflfastR::field_descriptions)


nflverse/nflfastR documentation built on April 17, 2025, 9:34 p.m.