Skip to contents

Get a Variable's Information

Usage

get_variable(id, list_column = FALSE, ...)

Arguments

id

The variable id.

list_column

If TRUE (default) a list-column values is created. If FALSE, esiting rows will be duplicated and merged with the values object, yielding a flat tbl without nesting.

...

Optional arguments passed to the API.

Value

A tibble with the same number of rows as the variable has values if list_column is FALSE, otherwise a single-row tbl with a list-column.

Examples

if (FALSE) {
# Get Super Mario 64 variable for platform
get_variable(id = "e8m7em86")
}