find_similar: find_similar

View source: R/find_similar.R

find_similarR Documentation

find_similar

Description

Takes in two vectors of strings. This function will return strings in the second set, which are similar to those in the first.

Usage

find_similar(x, y, percent = 50)

Arguments

x

a vector of strings.

y

a vector of strings. Strings will be returned from y which are similar to those in x

percent

a numeric. Strings in y will be returned if they are at least this percent similar. Defaults to 50%.

Value

a vector containing strings from y, which are similar to those in x.


JConigrave/Conigrave documentation built on July 22, 2023, 4:35 p.m.