lcs_seq_editops | R Documentation |
Calculates the edit operations required to transform one string into another.
lcs_seq_editops(s1, s2)
s1 |
The first string. |
s2 |
The second string. |
A data.frame containing the edit operations (substitutions, insertions, and deletions).
lcs_seq_editops("kitten", "sitting")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.