if (FALSE) {
##################################
# prerequisite: loaded ae emuDB
# (see ?load_emuDB for more information)
# replace all "I" and "p" labels with "I_replaced" and "p_replaced"
replace_itemLabels(ae, attributeDefinitionName = "Phonetic",
origLabels = c("I", "p"),
newLabels = c("I_replaced", "p_replaced"))
}
Run the code above in your browser using DataLab