tests/testthat/test-rugby_schedule.R

test_that("rugby_schedule() test", {
  schedule <- rugby_schedule("w")
  expect_type(schedule , "list")
  expect_true(nrow(schedule) != 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.