tests/testthat/test-swimming_team_rankings.R

test_that("swimming_team_rankings() test", {
  team <- swimming_team_rankings()
  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.