find_string_distance: find_string_distance

Description Usage Arguments Details Value Examples

View source: R/similiars.R

Description

Returns a list of dataframes arranged by most similar strings.

Usage

1
find_string_distance(.s, .t, ignore_case = TRUE, ...)

Arguments

.s

a character vector to be matched.

.t

a character vector to be matchad against.

ignore_case

should case be ignored? Default is TRUE.

...

other arguments passed to utils::adist.

Details

Uses the generalized Levenshtein distance. For more information type ?utils::adist in the console.

Value

a list of dataframes

Examples

1

davidsjoberg/similiars documentation built on Jan. 17, 2021, 6:32 p.m.