View source: R/stringDistances.R
distanceStringLevenshtein | R Documentation |
Number of insertions, deletions and substitutions to transform one string into another
distanceStringLevenshtein(x, y)
x |
first string (class: character) |
y |
second string (class: character) |
numeric distance value
d(x,y)
distanceStringLevenshtein("ABCD","AACC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.