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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.