detect_misspelled_options {cleanepi}R Documentation

Detect misspelled options in columns to be cleaned

Description

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.


[Package cleanepi version 1.0.2 Index]