get_variables_game: Get a Game's Variables

View source: R/get_games.R

get_variables_gameR Documentation

Get a Game's Variables

Description

Get a Game's Variables

Usage

get_variables_game(game, list_column = FALSE)

Arguments

game

The game's id

list_column

⁠[FALSE]⁠ Whether to return a list column or a flat tbl.

Value

A tibble::tibble with one row per variable or per value depending on list_column

Source

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

Examples

# Get the variables for Ocarina of Time
## Not run: 
get_variables_game(game = "j1l9qz1g")

## End(Not run)

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