get_impactfactor: Get journal metrics.

get_impactfactorR Documentation

Get journal metrics.

Description

Get journal metrics (impact factor) for a journal list.

Usage

get_impactfactor(journals, max.distance = 0.05)

Arguments

journals

a character list giving the journal list

max.distance

maximum distance allowed for a match between journal and journal list. Expressed either as integer, or as a fraction of the pattern length times the maximal transformation cost (will be replaced by the smallest integer not less than the corresponding fraction), or a list with possible components

Value

Journal metrics data.

Author(s)

Dominique Makowski and Guangchuang Yu

Examples

## Not run: 
library(scholar)

id <- get_publications("bg0BZ-QAAAAJ&hl")
impact <- get_impactfactor(journals=id$journal, max.distance = 0.1)

id <- cbind(id, impact)

## End(Not run)

jkeirstead/scholar documentation built on Aug. 4, 2022, 8:15 p.m.