get_categories | R Documentation |
Get A Game's Categories
get_categories(id, ...)
id |
THe game's id as required by the API. See get_games to retrieve the id. |
... |
Optional named parameters passed to the api |
A tibble::tibble of categories
https://github.com/speedruncomorg/api/blob/master/version1/games.md#get-gamesidcategories
## Not run:
get_categories(id = "j1l9qz1g")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.