find.IF.JCR: find.IF.JCR Journal Citation Reports (JCR) Impact Factor

Description Usage Arguments Value Examples

View source: R/find.IF.JCR.R

Description

This function gives the Impact Factor of the journal(s) provided by Journal Citation Reports (JCR) Thomson Reuters for the year 1997 to 2019. If the output shows a NA for a journal, it means that the journal has never been in JCR list.

Usage

1
find.IF.JCR(journals, year, exact.match = TRUE)

Arguments

journals

a character vector containing journals whose impact factor is required

year

scaler, the year for which impact factor is required. If not mensioned, then impact factor for all year is displayed.

exact.match

logical.

Value

impact factor of the journal(s)

Examples

1
2
   find.IF.JCR("ieee access")
   find.IF.JCR( "ieee access", year=2016)

JCRImpactFactor documentation built on May 3, 2021, 9:08 a.m.