Nothing
test_that("player acquisition", {
a <- player_acquire(leagueId = "42654852")
expect_type(a, "list")
expect_true("acquisitionType" %in% names(a[[1]]))
})
test_that("player acquisition errors on historu", {
expect_error(
object = player_acquire(
leagueId = "42654852",
leagueHistory = TRUE
)
)
})
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.