## code to prepare `nfl_schedule` dataset goes here
library(fflr)
nfl_schedule <- pro_schedule()
usethis::use_data(nfl_schedule, overwrite = TRUE)
readr::write_csv(nfl_schedule, "data-raw/nfl_schedule.csv", na = "")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.