levenshtein {stringr} R Documentation

Compute the edit distance between two strings is defined as the

Description

minimum number of edit operations required to transform one string
into another.

Usage

levenshtein(x, y);

Arguments

x$

-

y$

-

Details

Authors

SMRUCC genomics

Value

this function returns data object of type DistResult.

clr value class

Examples


[Package stringr version 6.0.0.3654 Index]