Nothing
test_that("recent activity", {
a <- recent_activity(
leagueId = "42654852",
seasonId = 2021,
scoringPeriodId = 1
)
expect_s3_class(a, "data.frame")
expect_length(a, 16)
expect_type(a$items, "list")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.