Skip to contents

Validates ORCID format including ISO/IEC 7064:2003, MOD 11-2 check digit verification.

Usage

is_orcid(x)

Arguments

x

(any)
Object to check.

Value

TRUE if x is a valid ORCID string, FALSE otherwise.

Examples

is_orcid("0000-0002-1825-0097")
#> [1] TRUE