construct_misspelled_report {cleanepi} | R Documentation |
Build the report for the detected misspelled values during dictionary-based data cleaning operation
Description
Build the report for the detected misspelled values during dictionary-based data cleaning operation
Usage
construct_misspelled_report(misspelled_options, data)
Arguments
misspelled_options |
A |
data |
The input |
Value
A <data.frame>
the details about where in the input data the
misspelled values were found.
[Package cleanepi version 1.1.1 Index]