View source: R/adist_authors.R
adist_authors | R Documentation |
Compute an approximate string distance between character vectors containing authors' names
(of the form "family name, first name"
).
The distance is a weighted proportion of the differences between (capitalized)
family names and between first name initial letters.
adist_authors(authors, table, weight = c(family = 0.9, name = 0.1))
authors |
author names to be approximately matched. |
table |
lookup table for matching. |
weight |
weights associated with differences in family names and in first names. |
match_authors
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.