Test creators for presence of an ORCiD
test_orcid_exists.Rd
test_orcid_exists()
will inspect the metadata and test each creator listed as an individual person (individualName) but not creators that are organizations for the presence of an ORCiD. If an ORCiD is found for all individual creators, the test passes. If any individual creator lacks an ORCiD, the test fails with a warning and the users is pointed towards EMLeditor::set_creator_orcids()
to add ORCiDs if they so choose.
Usage
test_orcid_exists(metadata = load_metadata(directory))