var_name_unnested | R Documentation |
Returns the unnested analogue(s) of the specified variable name(s), which result from unnesting. For variable names that do not refer to
nested list columns, var_names
is simply returned as-is.
var_name_unnested(var_names)
var_names |
Variable name(s). Those not present in |
A character vector of the same length as var_names
.
Other referendum metadata functions:
data_codebook
,
prettify_var_names()
,
val_lbls()
,
val_scale()
,
var_vals()
Other variable unnesting functions:
unnest_var()
rdb::var_name_unnested("inst_object_revision_modes")
rdb::var_name_unnested(paste0("topics_tier_", 1:3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.