Description Usage Arguments Value
vectorised pairwise longest common prefix Returns the length of the longest common prefix for each string pair
1 | .pairwiseLCPrefix(s1, s2, ignore.case = FALSE)
|
s1, s2 |
A pair of strings. |
ignore.case |
Whether cases in the strings should be ignored. |
The length of the longest common prefix for each string pair.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.