Skip to contents

Get details of an_author

Usage

an_author(
  id = "1741101",
 
    args = "paperCount,citationCount,hIndex,papers.year,papers.url,papers.citationCount,papers.fieldsOfStudy",
  level = c("me_only", "me_and_cited_me")
)

Arguments

id

authorId as return by search_author

args

fields to get A comma-separated list of the fields to be returned.

The following case-sensitive author fields are recognized:

  • authorId - Always included

  • externalIds

  • url

  • name - Included if no fields are specified

  • aliases

  • affiliations

  • homepage

  • paperCount

  • citationCount

  • hIndex

  • papers.paperId - Always included

  • papers.externalIds

  • papers.url

  • papers.title - Included if no fields are specified

  • papers.abstract

  • papers.venue

  • papers.year

  • papers.referenceCount

  • papers.citationCount

  • papers.influentialCitationCount

  • papers.isOpenAccess

  • papers.fieldsOfStudy

  • papers.authors\- Will include: authorId & name

level

get the author paper's details only or also details of their cited papers?