# NOT RUN {
# all data
res <- orcid_other_names(orcid = "0000-0001-7893-4389")
res$`0000-0001-7893-4389`
names(res$`0000-0001-7893-4389`)
res$`0000-0001-7893-4389`$`other-name`
# individual ones
orcid_other_names("0000-0001-7893-4389", 239534)
# formats
orcid_other_names("0000-0001-7893-4389", format = "application/xml")
# }
Run the code above in your browser using DataLab