tests/testthat/test-basketball_team_box_score.R

test_that("basketball_team_box_score()", {
  team_box_score_2011 <- basketball_team_box_score("w",2011)
  expect_type(team_box_score_2011,"list")
  expect_true(nrow(team_box_score_2011)!= 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.