Learn R Programming

scholar (version 1.0.0)

get_scholar_metrics: Calculate citation metrics for a scholar

Description

Fetches a scholar's publications with get_publications and calculates common citation metrics.

Usage

get_scholar_metrics(id, pagesize = 100, flush = FALSE)

Value

a data frame with h-index, g-index, i10-index, i50-index, i100-index, total citations, and publication count

Arguments

id

a character string specifying the Google Scholar ID

pagesize

an integer specifying the number of articles to fetch in one batch. See get_publications.

flush

should the publication cache be flushed?