fuzzy_in: Find approximately matching values

Description Usage Arguments Value Examples

Description

Finds values from x that are approximately duplicated y

Usage

1
fuzzy_in(x, y, string_dist = 5, protect_length = 5)

Arguments

x

The values to be matched

y

The values to be matched against

string_dist

A minimum string distance

protect_length

A minimum length a which strings will be considered

Value

A logical vector indicate values in x duplicated in y

Examples

1
2
3
4
5
6
## Not run: 
fuzzy_in(c("Apples", "Oranges", "Bananas"),
         c("Apple", "Oranges", "Bananas")
         string_dist = 3, protect_length = 3)

## End(Not run)

graggsd/sysreviewR documentation built on May 16, 2019, 2:52 a.m.