detect_misspelled_options {cleanepi} | R Documentation |
Detect misspelled options in columns to be cleaned
detect_misspelled_options(data, dictionary)
data |
A data frame |
dictionary |
A data dictionary associated with the input data. |
A list with the indexes of the misspelled values in every column that needs to be cleaned.