Nothing
knitr::opts_chunk$set( collapse = TRUE, echo = FALSE, comment = "#>" ) use_dt <- FALSE if(requireNamespace("DT", quietly = TRUE)) use_dt <- TRUE
DT::datatable(nflreadr::dictionary_ff_opportunity, options = list(scrollX = TRUE, pageLength = 25), filter = "top", rownames = FALSE )
knitr::kable(nflreadr::dictionary_ff_opportunity)
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.