R/id.R
is_orcid.Rd
Validates ORCID format including ISO/IEC 7064:2003, MOD 11-2 check digit verification.
is_orcid(x)
(any) Object to check.
any
TRUE if x is a valid ORCID string, FALSE otherwise.
TRUE
x
FALSE
https://support.orcid.org/hc/en-us/articles/360006897674-Structure-of-the-ORCID-Identifier
is_orcid("0000-0002-1825-0097") #> [1] TRUE