fuzzE | R Documentation |
fuzzE
fuzzE( x, y, caps = TRUE, rm_spec = TRUE, rm_numbers = TRUE, bump_it = FALSE, us_address = FALSE )
x |
First string |
y |
Second string |
caps |
Boolean for whether upper/lower case letters are treated the same |
rm_spec |
Boolean to remove special characters |
rm_numbers |
Boolean to remove numbers and suffixes (good for name matching) |
bump_it |
Boolean to add rules for increasing score (in development) |
Score between 0 and 1 indicating strength of match
fuzzE("John Wayland", "Jonathan Wayland") # [1] 0.75
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.