add_labels_from_dictionary | R Documentation |
add_labels_from_dictionary() is an Add function that updates an object by adding new values to new or empty fields. Specifically, this function implements an algorithm to add labels from dictionary. The function returns Labelled dataset (a tibble).
add_labels_from_dictionary(ds_tb, dictionary_tb, remove_old_lbls_1L_lgl = F)
ds_tb |
Dataset (a tibble) |
dictionary_tb |
Dictionary (a tibble) |
remove_old_lbls_1L_lgl |
Remove old labels (a logical vector of length one), Default: F |
Labelled dataset (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.