View source: R/verifyspelling.R
verifySpelling | R Documentation |
Title
verifySpelling(varname, CorrectList, ErrPerc = 0.25, verbose = TRUE)
varname |
a string or a string vector which will be compared to another string or a list of strings in order to find similarity or sound like The objective is to automaticaly correct small mistake in wording |
CorrectList |
a string or a list of string from which |
ErrPerc |
An acceptable errPerc when comparing string , default to 0.10% |
verbose |
If true a message is issued |
The string guessed from varname using CorrectList
verifySpelling("Janury",c("January", "Janvier" ))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.