Description Usage Arguments Details Value Examples
Returns a list of dataframes arranged by most similar strings.
1 | find_string_distance(.s, .t, ignore_case = TRUE, ...)
|
.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. |
Uses the generalized Levenshtein distance. For more information type ?utils::adist
in the console.
a list of dataframes
1 | find_string_distance("battman", superheroes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.