tests/testthat/test-cfbd_recruiting_transfer_portal.R

cols <- c(
  #"athlete_id",
  "season", "first_name", "last_name", "position", "origin", "destination", "transfer_date",
  "rating", "stars", "eligibility"
)

test_that("CFB Transfer Portal", {
  skip_on_cran()
  x <- cfbd_recruiting_transfer_portal(year = 2021)
  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.