Skip to contents

Detect misspelled options in columns to be cleaned

Usage

detect_misspelled_options(data, dictionary)

Arguments

data

A data frame

dictionary

A data dictionary associated with the input data.

Value

A list with the indexes of the misspelled values in every column that needs to be cleaned.