correct_mispellings: Correct Mispellings

Description Usage Arguments Value Author(s) Examples

View source: R/correct_mispellings.R

Description

correct_mispellings corrects common mispellings.

Usage

1

Arguments

text

The text variable.

Value

Returns a character vector with mispellings corrected.

Author(s)

Achilleas Passias

Examples

1
2
3
text <- c("almsot", "constatn", "bizzare", "equiped")

correct_mispellings(text)

achilleas-251/txtprocess documentation built on March 30, 2020, 12:43 a.m.