Skip to contents

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

Examples

if (FALSE) {
get_categories(id = "j1l9qz1g")
}