Learn R Programming

HELP (version 1.30.0)

fuzzyMatches-methods: 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.

Arguments

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

See Also

fuzzyMatches