Description Usage Arguments Value Author(s) Examples
View source: R/correct_mispellings.R
correct_mispellings corrects common mispellings.
1 |
text |
The text variable. |
Returns a character vector with mispellings corrected.
Achilleas Passias
1 2 3 | text <- c("almsot", "constatn", "bizzare", "equiped")
correct_mispellings(text)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.