if (FALSE) {
# Search by keyword
results <- orcid("keyword:ecology", rows = 20)
print(results)
attr(results, "found") # Total number of matches
# Search by name
results <- orcid("family-name:Fabbri AND given-names:Lorenzo")
# Search by affiliation
results <- orcid("affiliation-org-name:Stanford")
# Search by DOI
results <- orcid("digital-object-ids:10.1371/*")
# Pagination
page1 <- orcid("keyword:genomics", rows = 10, start = 0)
page2 <- orcid("keyword:genomics", rows = 10, start = 10)
}
Run the code above in your browser using DataLab