View source: R/get_leaderboard.R
get_leaderboard | R Documentation |
Get A Leaderboard
get_leaderboard(game, category, level = NULL, top = 100, ...)
game |
The game's |
category |
The category |
level |
The level |
top |
|
... |
Optional arguments to the API. |
A tibble of length top
with run data.
# Get the Ocarina of Time 100% leaderboard
## Not run:
get_leaderboard(game = "j1l9qz1g", category = "q255jw2o")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.