Nothing
test_that("standings works", {
g <- try(nflreadr::load_schedules(2008:2023), silent = TRUE)
skip_if(inherits(g, "try-error"))
standings <- nflseedR::nfl_standings(g, ranks = "DRAFT", verbosity = "NONE") |>
data.table::setDF()
expect_snapshot_value(standings, style = "json2", variant = "standings")
})
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.