editops_apply_vec {RapidFuzz} | R Documentation |
Apply Edit Operations to Vector
Description
Applies edit operations to transform a string.
Usage
editops_apply_vec(editops, s1, s2)
Arguments
editops |
A data frame of edit operations (type, src_pos, dest_pos). |
s1 |
The source string. |
s2 |
The target string. |
Value
A character vector representing the transformed string.
[Package RapidFuzz version 1.0 Index]