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
Examples
# Get the variables for Ocarina of Time
if (FALSE) {
get_variables_game(game = "j1l9qz1g")
}