fuzzyMatches-methods {HELP}R Documentation

Fuzzy matching (methods)

Description

Methods for matching and reinterpreting a vector in terms of a second vector, essentially using the second vector as a key to interpreting the first.

Methods

x = "missing", y = "missing"
Handle empty function call
x = "vector", y = "missing"
Handle empty function call
x = "vector", y = "NULL"
Handle empty function call
x = "vector", y = "vector"
Handle input of two vectors.
x = "NULL", y = "vector"
Handle empty function call

Author(s)

Reid F. Thompson (rthompso@aecom.yu.edu)

See Also

fuzzyMatches


[Package HELP version 1.0.0 Index]