R/utils.R
standardize_record_values.Rd
map values to a dictionary
standardize_record_values(x, dictionary = DICTIONARY)
a named array
a named array with updated names
standardize_record_values(c("Vehicle", "vehcle")) #> [1] "vehicle" "vehicle"