hindexcalculator: H-Index Calculator using Data from a Web of Science (WoS)...

Description Usage Arguments Examples

Description

H-Index Calculator using Data from a Web of Science (WoS) Citation Report

Usage

1
hindexcalculator(readcsv, hx, date)

Arguments

readcsv

- The read.csv function that will locate the citation report of interest

hx

- The h-index of interest. Can be any positive integer or "c" (without quotations) for cumulative h-index

date

- The last year of interest plus 1. For instance, if the citation report includes the year 2015 but you want h(10) not incuding 2015, therefore 2005-2014, you would enter 2015 for this argument

Examples

1
2
3
4
5
6
7
#calculate the h(10) of the Brigham and Women's Hospital - Department of Anesthesia
 data(BWHCitationReport)
 readcsv <- BWHCitationReport
 hx <- 10
 date <- 2015

 hindexcalculator(readcsv, hx, date)

Example output

     Year of First Publication H-10 Total # of Publications
[1,]                      2005   95                    1376
     Sum of the Times Cited
[1,]                  40503

hindexcalculator documentation built on May 2, 2019, 12:40 p.m.