View source: R/stringDistances.R
distanceStringLCStr | R Documentation |
Distance between strings, based on the longest common substring.
distanceStringLCStr(x, y)
x |
first string (class: character) |
y |
second string (class: character) |
numeric distance value
d(x,y)
distanceStringLCStr("ABCD","AACC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.