Nothing
test_that("opponent ranks", {
o <- opponent_ranks(leagueId = "42654852")
expect_s3_class(o, "data.frame")
expect_length(o, 4)
expect_length(unique(o$opponentProTeam), 32)
})
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.