transform_names | R Documentation |
transform_names() 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 names. Function argument names_chr specifies the object to be updated. Argument rename_lup provides the object to be updated. The function returns New names (a character vector).
transform_names(names_chr, rename_lup, invert_1L_lgl = F)
names_chr |
Names (a character vector) |
rename_lup |
Rename (a lookup table) |
invert_1L_lgl |
Invert (a logical vector of length one), Default: F |
New names (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.