# Run this to update the DESCRIPTION
imports <- c(
"magrittr",
"dplyr",
"glue",
"tidyr",
"tibble",
"nflfastR",
"mgcv",
"stringr",
"tidyselect",
"xgboost"
)
purrr::walk(imports, usethis::use_package, "Imports")
usethis::use_tidy_description()
rm(imports)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.