swecris_projects_from_orcid | R Documentation |
Given an ORCiD, this function retrieves information about related projects, about subject classification codes (a.k.a scbs) and about involved people (peopleList)
swecris_projects_from_orcid(orcid)
orcid |
A character string with a valid ORCiD |
a list with three slots (projects, peopleList, scbs)
## Not run:
if(interactive()){
o <- "0000-0003-1102-4342" |> swecris_projects_from_orcid()
o$projects
o |> purrr::pluck("peopleList")
o$scbs
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.