tests/testthat/test-wrestling_team_rankings.R

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