str_similar_pair: Check similarity pair of given string with themselves.

View source: R/character.R

str_similar_pairR Documentation

Check similarity pair of given string with themselves.

Description

Check similarity pair of given string with themselves.

Usage

str_similar_pair(string, similarity = 3, only_sub = FALSE)

Arguments

string

character for checking similarity

similarity

threshold similarity

only_sub

count only substitute

Value

logical: TRUE if string is enough similar with target.


hmito/hmRLib documentation built on March 13, 2024, 9:41 p.m.