View source: R/get_dic_attribute.R
get_dic_attribute | R Documentation |
Get a dictionary attribute of one or more variables.
get_dic_attribute(data, attribute, duplicates = TRUE)
data |
A data frame with dic information |
attribute |
Name of label attribute |
duplicates |
If FALSE, duplicated attributes will be removed from returned vector. |
Vector of attributes. If an attribute is not present, NA is returned.
select_items(ex_itrf, subscale == "Int") |> get_dic_attribute("item_label")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.