adist_authors: Approximate Authors' Names Distances

View source: R/adist_authors.R

adist_authorsR Documentation

Approximate Authors' Names Distances

Description

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.

Usage

adist_authors(authors, table, weight = c(family = 0.9, name = 0.1))

Arguments

authors

author names to be approximately matched.

table

lookup table for matching.

weight

weights associated with differences in family names and in first names.

See Also

match_authors.


rubenfcasal/scimetr documentation built on April 27, 2023, 3:42 p.m.