check_rename {labelmachine}R Documentation

Function that checks the passed in arguments for lama_rename() and lama_rename_()

Description

Function that checks the passed in arguments for lama_rename() and lama_rename_()

Usage

check_rename(.data, old, new, err_handler)

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.

err_handler

A error handling function


[Package labelmachine version 1.0.0 Index]