Nothing
      ## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  echo = FALSE,
  comment = "#>"
)
use_dt <- FALSE
if(requireNamespace("DT", quietly = TRUE)) use_dt <- TRUE
## ----eval = use_dt------------------------------------------------------------
DT::datatable(nflreadr::dictionary_player_stats, 
              options = list(scrollX = TRUE, pageLength = 25),
              filter = "top",
              rownames = FALSE
              )
## ----eval = !use_dt-----------------------------------------------------------
#  knitr::kable(nflreadr::dictionary_player_stats)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.