Description Usage Arguments Value Examples
Removes approximate duplicates using a user-defined cutoff string distance
| 1 | fuzzy_unique(x, string_dist = 5, protect_length = 5)
 | 
| x | A vector | 
| string_dist | A minimum string distance | 
| protect_length | A minimum length a which strings will be considered | 
A vector with only one copy of each duplicated element
| 1 2 3 4 5 | ## Not run: 
fuzzy_unique(c("Apples", "Oranges", "Bananas", "Apple"),
             string_dist = 3, protect_length = 3)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.