test_that("KP - Get foul trouble", {
skip_on_cran()
skip_on_ci()
skip_kenpom_test()
x <- kp_foul_trouble(min_year = 2020, max_year = 2020)
cols <- c(
"team",
"conf",
"two_foul_particpation_pct",
"two_foul_particpation_pct_rk",
"adj2fp",
"adj2fp_rk",
"two_foul_total_time",
"two_foul_total_time_rk",
"two_foul_time_on",
"two_foul_time_on_rk",
"bench_pct",
"bench_pct_rk",
"ncaa_seed",
"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.