get_games | R Documentation |
Search for Games by Name
get_games(name = "", abbreviation = NULL, ...)
name |
A search query, |
abbreviation |
An exact abbreviation as listed on speedrun.com.
If this is set, |
... |
Other named parameters passed to the API. |
A tibble with search results
https://github.com/speedruncomorg/api/blob/master/version1/games.md#get-games
## Not run:
# Get all games matching Ocarina of Time
get_games(name = "Ocarina of Time")
# Or directly if you know its abbreviation is oot:
get_games(abbreviation = "oot")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.