tests/testthat/test-hockey_player_box_score.R

test_that("hockey_player_box_score() test", {
  player_box_score_2015 <- hockey_player_box_score("m",2015)
  expect_type(player_box_score_2015,"list")
  expect_true(nrow(player_box_score_2015) != 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.