rename_translation {labelmachine} | R Documentation |
Function that actually performs the renaming of the translations
Description
Function that actually performs the renaming of the translations
Usage
rename_translation(.data, old, new)
Arguments
.data |
A lama_dictionary object, holding the variable translations |
old |
A character vector holding the names of the variable translations, that should be renamed. |
new |
A character vector holding the new names of the variable translations. |
Value
The updated lama_dictionary class object.
[Package labelmachine version 1.0.0 Index]