Given an ORCiD, this function retrieves information about related projects, about subject classification codes (a.k.a scbs) and about involved people (peopleList)
Examples
if (FALSE) { # \dontrun{
if(interactive()){
o <- "0000-0003-1102-4342" |> swecris_projects_from_orcid()
o$projects
o |> purrr::pluck("peopleList")
o$scbs
}
} # }