find_author: Find Author(s)

Description Usage Arguments Value Examples

View source: R/find_author.R

Description

Find Author(s)

Usage

1
2
3
4
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

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

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