
Compare two authors
author_check.Rd
Compare two authors
Details
The result from the comparison is:
"Identical"
if the two author strings are equal (original_author == proposed_author
),"Partial"
if any of the words in either author is found in the other. Author words are found usingauthor_words()
."Different"
otherwise.