get_coauthors: Get Coauthors

Description Usage Arguments Value Examples

View source: R/get_coauthors.R

Description

Get Coauthors

Usage

1
get_coauthors(id_type = c("orcid", "openalex", "scopus", "mag"), id)

Arguments

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

Value

a tibble with 5 columns: paper_id, ego_author_id, ego_author_name, alter_author_id, and alter_author_name

Examples

1
get_coauthors(id_type = "openalex", id = "A2941293769")

ekmaloney/openalexR documentation built on Feb. 4, 2022, 11:39 p.m.