tidy_stringdist: Tidy stringdist calculation

Description Usage Arguments Value Examples

View source: R/tidystringdist.R

Description

Tidy stringdist calculation

Usage

1
2
tidy_stringdist(df, v1 = V1, v2 = V2, method = c("osa", "lv", "dl",
  "hamming", "lcs", "qgram", "cosine", "jaccard", "jw", "soundex"), ...)

Arguments

df

a dataframe containing the strings to compare

v1

the name of the first columns

v2

the name of the second columns

method

one of the methods implemented in the stringdist package <e2><80><94> "osa", "lv", "dl", "hamming", "lcs", "qgram", "cosine", "jaccard", "jw", "soundex". See stringdist-metrics

...

other parameters passed to stringdist

Value

a tibble with string distance

Examples

1
2
proust <- tidy_comb_all(c("Albertine", "Fran<c3><a7>oise", "Gilberte", "Odette", "Charles"))
tidy_stringdist(proust)

ColinFay/tidystringdist documentation built on May 22, 2019, 4:28 p.m.