NA_lama_                NA replace string
as.lama_dictionary      Coerce to a lama_dictionary class object
check_and_translate_all
                        Check and translate function used by
                        'lama_translate_all()' and
                        'lama_to_factor_all()'
check_and_translate_df
                        Checks arguments and translate a data.frame
check_and_translate_df_
                        Checks arguments and translate a data.frame
                        (standard eval)
check_and_translate_vector
                        Checks arguments and translate a vector
check_and_translate_vector_
                        Checks arguments and translate a character
                        vector (standard eval)
check_arguments         Function that applies some general checks to
                        the arguments of 'lama_translate()' and
                        'lama_translate_()'
check_rename            Function that checks the passed in arguments
                        for 'lama_rename()' and 'lama_rename_()'
check_select            Function that checks the passed in arguments
                        for 'lama_select()' and 'lama_select_()'
composerr_              Compose error handlers (concatenate error
                        messages)
contains_na_escape      Check if a character vector contains NA
                        replacement strings
dictionary_to_yaml      Transform data structure from lama_dictionary
                        class input format to the yaml format
escape_to_na            Replace '"NA_"' by 'NA'
is.lama_dictionary      Check if an object is a lama_dictionary class
                        object
is.syntactic            Check if a variable name is syntactically valid
lama_get                Retrieve a translation from a lama_dictionary
                        class object
lama_merge              Merge multiple lama-dictionaries into one
lama_mutate             Change or append a variable translation to an
                        existing lama_dictionary object
lama_read               Read in a 'yaml' file holding translations for
                        one or multiple variables
lama_rename             Rename multiple variable translations in a
                        lama_dictionary object
lama_select             Select multiple variable translations and
                        create a new lama_dictionary object
lama_translate          Assign new labels to a variable of a data.frame
lama_translate_all      Assign new labels to all variables of a
                        data.frame
lama_write              Write a 'yaml' file holding translations for
                        one or multiple variables
lapplI                  Improve 'lapply' and 'sapply' with index
na_to_escape            Replace 'NA' by '"NA_"'
named_lapply            Create a named list with 'lapply' from a
                        character vector
new_lama_dictionary     Create a new lama_dictionary class object
print.lama_dictionary   Print a lama_dictionary class object
rename_translation      Function that actually performs the renaming of
                        the translations
stringify               Coerce a vector into a character string ("x1',
                        'x2', ...')
translate_df            This function relabels several variables in a
                        data.frame
translate_vector        This function relabels a vector
validate_lama_dictionary
                        Check if an object has a valid lama_dictionary
                        structure
validate_translation    Check if an object has a valid translation
                        structure
yaml_to_dictionary      Transform data structure from yaml format to
                        the lama_dictionary class input format
