Description Usage Arguments Value Examples
View source: R/get_coauthors.R
Get Coauthors
1 | get_coauthors(id_type = c("orcid", "openalex", "scopus", "mag"), id)
|
id_type |
the type of id for the ego author you are using, should be one of: orcid, openalex, scopus, or mag |
id |
the id matching the author you want to retrieve the coauthors for |
a tibble with 5 columns: paper_id, ego_author_id, ego_author_name, alter_author_id, and alter_author_name
1 | get_coauthors(id_type = "openalex", id = "A2941293769")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.