construct_misspelled_report: Build the report for the detected misspelled values during...

View source: R/dictionary_based_cleaning.R

construct_misspelled_reportR 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 <list> with the detected misspelled values in the columns of interest.

data

The input <data.frame> or <linelist>

Value

A <data.frame> the details about where in the input data the misspelled values were found.


cleanepi documentation built on April 4, 2025, 5:12 a.m.