powered by
The get_labels() function obtains the item labels for a specified set of items.
get_labels()
get_labels(items = NULL, trim = NULL, itemtable = NULL)
A named character vector with length(items) elements with item labels, in the same order as in items.
length(items)
items
A character vector of item names to return. The default (NULL) returns the labels of all items.
NULL
The maximum number of characters in the label. The default trim = NULL does not trim labels.
trim = NULL
A data.frame set up according to the same structure as builtin_itemtable(). If not specified, the builtin_itemtable is used.
data.frame
builtin_itemtable()
builtin_itemtable
builtin_itemtable(), get_itemnames()
get_itemnames()
# get labels of first two Macarthur items get_labels(get_itemnames(instrument = "mac", number = 1:2), trim = 40)
Run the code above in your browser using DataLab