transform_ds_with_rename_lup | R Documentation |
transform_ds_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 dataset with rename lookup table. The function returns Tfmd dataset (a tibble).
transform_ds_with_rename_lup(ds_tb, rename_lup, target_var_nms_chr = NULL)
ds_tb |
Dataset (a tibble) |
rename_lup |
Rename (a lookup table) |
target_var_nms_chr |
Target variable names (a character vector), Default: NULL |
Tfmd dataset (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.