View source: R/check_helpers.R
| validate_orcid | R Documentation |
Generates check digit as per ISO 7064 11,2.
The last character in the ORCID ID is a checksum.
In accordance with ISO/IEC 7064:2003, MOD 11-2,
this checksum must be "0-9" or "X", a capital letter X which represents
the value 10.
validate_orcid(orcid)
orcid |
An |
Logical. TRUE if check digit is correct.
Other check:
check_all(),
check_all_person_info(),
check_frontmatter(),
check_structure(),
protocolcheck
validate_orcid("0000-0002-6378-6229")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.