editdist: Editing distance (Levenshtein distance) of two string vectors

View source: R/RcppExports.R

editdistR Documentation

Editing distance (Levenshtein distance) of two string vectors

Description

Editing distance (Levenshtein distance) of two string vectors

Usage

editdist(s1, s2, len = 1L)

Arguments

s1

A string to be compared.

s2

A string to be compared.

len

Dividing length of string.


matutosi/wameicheckr documentation built on Aug. 14, 2024, 4:39 p.m.