test_that("KP - Get referee game log", {
skip_on_cran()
skip_on_ci()
skip_kenpom_test()
x <- kp_referee(referee = 714363, year = 2020)
cols <- c(
"game_number",
"date",
"time_et",
"game",
"location",
"venue",
"conference",
"thrill_score",
"referee_name",
"ref_rank",
"year"
)
expect_equal(colnames(x), cols)
expect_s3_class(x, "data.frame")
Sys.sleep(3)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.