add_platforms | R Documentation |
Join Platform/Region info to Runs
add_platforms(runs, platforms = speedrunr::platforms)
add_regions(runs, regions = speedrunr::regions)
add_players(runs)
runs |
A |
platforms , regions |
The platform/region data to use. Uses packaged datasets by default. |
The input runs
tibble with resolved system_
* variables and/or player_name
column.
## Not run:
runs <- get_leaderboards(game = "j1l9qz1g")
add_platforms(runs)
add_regions(runs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.