Determines whether a conflict between CrossRef and OpenAlex author names is a genuine conflict (different authors) or just a normalization issue
check_author_conflict(
crossref_author,
openalex_author,
doi = "",
verbose = TRUE
)List with:
is_real_conflict: Logical, TRUE if authors are different
message: Description of the conflict type
Author name from CrossRef
Author name from OpenAlex
DOI for logging purposes
Logical, whether to print conflict messages