Nothing
test_that("league members", {
m <- league_members(leagueId = "42654852")
expect_s3_class(m, "data.frame")
expect_length(m, 3)
})
test_that("league members history with names", {
m <- league_members(leagueId = "42654852", leagueHistory = TRUE)
expect_type(m, "list")
expect_named(m)
expect_s3_class(m[[1]], "data.frame")
expect_length(m[[1]], 3)
})
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.