| inexact_join | R Documentation |
The function allows to provide custom matches.
inexact_join(
x,
y,
by,
max_dist = Inf,
method = c("osa", "lv", "dl", "hamming", "lcs", "qgram", "cosine", "jaccard", "jw",
"soundex"),
mode = "left",
custom_match = NULL,
ignore_case = FALSE,
match_cols = FALSE,
output = "data.frame",
...
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.