var_vals | R Documentation |
Returns a vector of the possible predefined values a specific column in rfrnds()
can hold. If the variable values aren't restricted to a predefined
set, NULL
is returned.
var_vals(var_name)
var_name |
Variable name present in |
If var_name
's values are restricted to a predefined set and
var_name
is not of type list, a vector of the same type as var_name
.
var_name
is of type list, a vector of the same type as the elements of var_name
.
Else NULL
.
Other referendum metadata functions:
data_codebook
,
prettify_var_names()
,
val_lbls()
,
val_scale()
,
var_name_unnested()
rdb::var_vals("result")
rdb::var_vals("id")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.