tests/testthat/test-field_hockey_player_box_score.R

test_that("fh player box score", {
  fh_box_score <- field_hockey_player_box_score(2022)
  expect_type(fh_box_score,"list")
  expect_true(nrow(fh_box_score)!= 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.