在《一个要复活的R包和一个404的网站》一文中第一次介绍了scholar包,它可以应用于《自动抓取论文的引用数据》,虽然数据源来自于Google Scholar,国内用户可能访问不了,但今天要介绍的这个功能,所有人都是可以用的,它允许我们检索期刊的影响因子,在《scholar包支持检索期刊影响因子》一文中第一次介绍了这个功能,当时是2016年的影响因子(2017年发布),现在数据已经更新至2018年6月26号发布的2017年影响因子。

> library(scholar)
> jn = c("bioinformatics", "methods in ecology and evolution",
+     "molecular biosystems", "molecular biology and evolution")
> get_impactfactor(jn)
# A tibble: 4 x 4
  Journal                          Cites ImpactFactor Eigenfactor
  <chr>                            <dbl>        <dbl>       <dbl>
1 BIOINFORMATICS                   95300         5.48      0.201
2 Methods in Ecology and Evolution  8866         6.36      0.0370
3 Molecular BioSystems              7269         2.76      0.0175
4 MOLECULAR BIOLOGY AND EVOLUTION  44664        10.2       0.102

Continue reading

Author's picture

Guangchuang Yu

a senior-in-age-but-not-senior-in-knowledge bioinformatician

Postdoc researcher

Hong Kong