rename_translation {labelmachine} | R Documentation |
Function that actually performs the renaming of the translations
rename_translation(.data, old, new)
.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. |
The updated lama_dictionary class object.