Nothing
test_that("get individual player outlook", {
o <- player_outlook(
leagueId = NULL,
limit = 1
)
expect_s3_class(o, "data.frame")
expect_length(o, 6)
})
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.