transform_dict_with_rename_lup | R Documentation |
transform_dict_with_rename_lup() is a Transform function that edits an object in such a way that core object attributes - e.g. shape, dimensions, elements, type - are altered. Specifically, this function implements an algorithm to transform dictionary with rename lookup table. Function argument dictionary_tb specifies the object to be updated. Argument rename_lup provides the object to be updated. The function returns Transformed dictionary (a tibble).
transform_dict_with_rename_lup(dictionary_tb, rename_lup)
dictionary_tb |
Dictionary (a tibble) |
rename_lup |
Rename (a lookup table) |
Transformed dictionary (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.