Get a Variable's Information
Arguments
- id
The variable id.
- list_column
If
TRUE
(default) a list-columnvalues
is created. IfFALSE
, esiting rows will be duplicated and merged with thevalues
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.