tests/testthat/test-cfbd_play_stats_types.R

cols <- c("play_stat_type_id", "name")

test_that("CFB Play Stats Types", {
  skip_on_cran()
  x <- cfbd_play_stats_types()
  expect_equal(nrow(x), 22)
  expect_equal(ncol(x), 2)
  expect_equal(colnames(x), cols)
  expect_s3_class(x, "data.frame")
})

Try the cfbfastR package in your browser

Any scripts or data that you put into this service are public.

cfbfastR documentation built on June 14, 2022, 1:05 a.m.