areSimilar: Determines if two strings are similar

Description Usage Arguments Value

View source: R/StringUtils.R

Description

Determines if two strings are similar

Usage

1
areSimilar(string1, string2, threshold, ...)

Arguments

string1

first string

string2

second string

threshold

Threshold for similarity in terms of the normalized Levenshtein distance

Value

Returns TRUE, if the distance is lower or equal the threshold


KonstantinHoffmann/ABVDTools documentation built on Dec. 14, 2021, 11:48 a.m.