if (FALSE) {
# Fetch works for multiple ORCIDs
orcids <- c("0000-0002-1825-0097", "0000-0003-1419-2405")
works <- orcid_fetch_many(orcids, section = "works")
print(works)
# Fetch employments for multiple ORCIDs
employments <- orcid_fetch_many(orcids, section = "employments")
# Stop on first error
works <- orcid_fetch_many(orcids, section = "works", stop_on_error = TRUE)
}
Run the code above in your browser using DataLab