as.lama_dictionary |
Coerce to a lama_dictionary class object |
as.lama_dictionary.data.frame |
Coerce to a lama_dictionary class object |
as.lama_dictionary.default |
Coerce to a lama_dictionary class object |
as.lama_dictionary.lama_dictionary |
Coerce to a lama_dictionary class object |
as.lama_dictionary.list |
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) |
composerr_ |
Compose error handlers (concatenate error messages) |
composerr_parent |
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_get.lama_dictionary |
Retrieve a translation from a lama_dictionary class object |
lama_get_ |
Retrieve a translation from a lama_dictionary class object |
lama_get_.lama_dictionary |
Retrieve a translation from a lama_dictionary class object |
lama_merge |
Merge multiple lama-dictionaries into one |
lama_merge.lama_dictionary |
Merge multiple lama-dictionaries into one |
lama_mutate |
Change or append a variable translation to an existing lama_dictionary object |
lama_mutate.lama_dictionary |
Change or append a variable translation to an existing lama_dictionary object |
lama_mutate_ |
Change or append a variable translation to an existing lama_dictionary object |
lama_mutate_.lama_dictionary |
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_rename.lama_dictionary |
Rename multiple variable translations in a lama_dictionary object |
lama_rename_ |
Rename multiple variable translations in a lama_dictionary object |
lama_rename_.lama_dictionary |
Rename multiple variable translations in a lama_dictionary object |
lama_select |
Select multiple variable translations and create a new lama_dictionary object |
lama_select.lama_dictionary |
Select multiple variable translations and create a new lama_dictionary object |
lama_select_ |
Select multiple variable translations and create a new lama_dictionary object |
lama_select_.lama_dictionary |
Select multiple variable translations and create a new lama_dictionary object |
lama_to_factor |
Assign new labels to a variable of a data.frame |
lama_to_factor.data.frame |
Assign new labels to a variable of a data.frame |
lama_to_factor.default |
Assign new labels to a variable of a data.frame |
lama_to_factor_ |
Assign new labels to a variable of a data.frame |
lama_to_factor_.data.frame |
Assign new labels to a variable of a data.frame |
lama_to_factor_.default |
Assign new labels to a variable of a data.frame |
lama_to_factor_all |
Assign new labels to all variables of a data.frame |
lama_to_factor_all.data.frame |
Assign new labels to all variables of a data.frame |
lama_translate |
Assign new labels to a variable of a data.frame |
lama_translate.data.frame |
Assign new labels to a variable of a data.frame |
lama_translate.default |
Assign new labels to a variable of a data.frame |
lama_translate_ |
Assign new labels to a variable of a data.frame |
lama_translate_.data.frame |
Assign new labels to a variable of a data.frame |
lama_translate_.default |
Assign new labels to a variable of a data.frame |
lama_translate_all |
Assign new labels to all variables of a data.frame |
lama_translate_all.data.frame |
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 |
named_lapply |
Create a named list with 'lapply' from a character vector |
NA_lama_ |
NA replace string |
na_to_escape |
Replace 'NA' by '"NA_"' |
new_lama_dictionary |
Create a new lama_dictionary class object |
new_lama_dictionary.character |
Create a new lama_dictionary class object |
new_lama_dictionary.default |
Create a new lama_dictionary class object |
new_lama_dictionary.list |
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 |
sapplI |
Improve 'lapply' and 'sapply' with index |
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 |