get_categories: Get A Game's Categories

View source: R/get_games.R

get_categoriesR Documentation

Get A Game's Categories

Description

Get A Game's Categories

Usage

get_categories(id, ...)

Arguments

id

THe game's id as required by the API. See get_games to retrieve the id.

...

Optional named parameters passed to the api

Value

A tibble::tibble of categories

Source

https://github.com/speedruncomorg/api/blob/master/version1/games.md#get-gamesidcategories

Examples

## Not run: 
get_categories(id = "j1l9qz1g")

## End(Not run)

jemus42/speedrunr documentation built on March 19, 2024, 2:35 p.m.