collect_impact_factor: Collect journal impact factors in the Science Citation Index

Description Usage Arguments Details Value Examples

View source: R/impact-factor.R

Description

Gather impact factors of academic journals requested by the user and published on the SCI website (www.scijournal.org).

Usage

1

Arguments

file

Name of the file with academic journal names and relative URLs related to those journals on the SCI website. Each line of this file is about one journal and must have the following structure: '"journal name","relative URL"'. For a file example, take a look at: 'system.file("extdata", "some_journals.txt", package = "cgmisc")'.

...

Not yet implemented.

Details

"The impact factor (IF) or journal impact factor (JIF) of an academic journal is a measure reflecting the yearly average number of citations to recent articles published in that journal. It is frequently used as a proxy for the relative importance of a journal within its field; journals with higher impact factors are often deemed to be more important than those with lower ones. The impact factor was devised by Eugene Garfield, the founder of the Institute for Scientific Information. Impact factors are calculated yearly starting from 1975 for those journals that are listed in the Journal Citation Reports." (source: https://en.wikipedia.org/wiki/Impact_factor)

Value

A data frame with three columns: "journal", "year", "impact_factor".

Examples

1
2
3
my_file <- system.file("extdata", "some_journals.txt", package = "cgmisc")
my_data <- collect_impact_factor(my_file)
plot(my_data)

chgigot/cgmisc documentation built on May 14, 2019, 8:17 a.m.