Learn R Programming

orcidtr (version 0.1.0)

orcid_ping: Check ORCID API status

Description

Checks the health and availability of the ORCID public API. Useful for diagnostics and ensuring the API is accessible before making requests.

Usage

orcid_ping()

Arguments

Value

Character string with API status message (typically "OK" if healthy)

Details

This function queries the ORCID API status endpoint: https://pub.orcid.org/v3.0/status

Examples

Run this code
if (FALSE) {
# Check API status
status <- orcid_ping()
print(status)
}

Run the code above in your browser using DataLab