View source: R/edit_distance.R
edit_distance | R Documentation |
The Damerau-Levenshtein distance is implemented in the stringdist package: van der Loo, M. P. J. (2014). The stringdist package for approximate string matching. R Journal, 6(1), 111-122. doi:10.32614/RJ-2014-011
edit_distance(x, target = "MemoryTargets", recall = "Recalled")
x |
dataframe |
target |
the column name containing the sequence of target memory items |
recall |
the column name containing the sequence of recalled items |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.