Skip to contents

Find Author(s)

Usage

find_author(
  id_type = c("openalex", "orcid", "mag", "twitter", "wikipedia", "scopus"),
  id
)

Arguments

id_type

the type of ids you are submitting, should be: openalex, orcid, mag, twitter, wikipedia, or scopus

id

one or more ids

Value

tibble of results from openalex api

Examples

find_author(id_type = "openalex", id = c("A2941293769", "A2296125463"))