# NOT RUN {
# all data
res <- orcid_researcher_urls(orcid = "0000-0003-1444-9135")
res$`0000-0003-1444-9135`
names(res$`0000-0003-1444-9135`)
res$`0000-0003-1444-9135`$`researcher-url`
# individual ones
orcid_researcher_urls("0000-0003-1444-9135", 304093)
orcid_researcher_urls("0000-0003-1444-9135", c(332241, 304093))
# formats
orcid_researcher_urls("0000-0003-1444-9135", 304093,
format = "application/xml")
# }
Run the code above in your browser using DataLab