Learn R Programming

contentanalysis (version 0.2.1)

check_author_conflict: Check if author conflict is real or just normalization difference

Description

Determines whether a conflict between CrossRef and OpenAlex author names is a genuine conflict (different authors) or just a normalization issue

Usage

check_author_conflict(
  crossref_author,
  openalex_author,
  doi = "",
  verbose = TRUE
)

Value

List with:

  • is_real_conflict: Logical, TRUE if authors are different

  • message: Description of the conflict type

Arguments

crossref_author

Author name from CrossRef

openalex_author

Author name from OpenAlex

doi

DOI for logging purposes

verbose

Logical, whether to print conflict messages