cols <- c("category")
test_that("CFB Stats Categories", {
skip_on_cran()
x <- cfbd_stats_categories()
expect_equal(nrow(x), 38)
expect_equal(ncol(x), 1)
expect_equal(colnames(x), cols)
expect_s3_class(x, "data.frame")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.