Description Usage Arguments Details See Also Examples
There is no need for the user to call this function directly. This function is used internally to create a list of strings of characters sorted according to their similarity.
1 | fuzzy_pool(string_vec, threshold = options("fuzzy_threshold")[[1]], ...)
|
string_vec |
a vector of strings of characters |
threshold |
the minimum distance between strings considered as OK |
... |
additional arguments for the function
|
It is possible to pass to this function arguments for
stringdist()
to fine tune the computation of
the distance between strings.
1 2 | test <- c("banana", "blueberry", "APPLE", "apple", "aple", "Apple", "bonana")
fuzzy_pool(test)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.