tests/testthat/test-hockey_pbp.R

test_that("hockey_pbp() test", {
  pbp_2013 <- hockey_pbp("m", 2013)
  expect_type(pbp_2013,"list")
  expect_true(nrow(pbp_2013) != 0)
})

Try the usportsR package in your browser

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

usportsR documentation built on March 16, 2026, 5:08 p.m.