geth: Get the h-index From the Scopus Database

View source: R/geth.R

gethR Documentation

Get the h-index From the Scopus Database

Description

This function takes the tidy data file created by the clean function and generates the h-index over years (from the first year [h=0] until the most recent year [h=x]).

Usage

geth(file, h = 0, stop)

Arguments

file

a tidy data frame with papers in rows and other info in columns

h

an integer number with the h-index for the starting year.

Details

This function calculates cumulative number of citations starting with the first year of your publication (which is assumed in the function to be h=0)

Author(s)

Jose V. Die

See Also

rowSums


jdieramon/hIndex documentation built on Aug. 21, 2023, 11:11 a.m.