editops_apply_vec | R Documentation |
Applies edit operations to transform a string.
editops_apply_vec(editops, s1, s2)
editops |
A data frame of edit operations (type, src_pos, dest_pos). |
s1 |
The source string. |
s2 |
The target string. |
A character vector representing the transformed string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.