fuzzE: fuzzE

View source: R/fuzzE.R

fuzzER Documentation

fuzzE

Description

fuzzE

Usage

fuzzE(
  x,
  y,
  caps = TRUE,
  rm_spec = TRUE,
  rm_numbers = TRUE,
  bump_it = FALSE,
  us_address = FALSE
)

Arguments

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)

Value

Score between 0 and 1 indicating strength of match

Examples

fuzzE("John Wayland", "Jonathan Wayland")
# [1] 0.75

JonWayland/one01 documentation built on Sept. 29, 2022, 9:53 a.m.