This package implements tools for quantitative research in scientometrics and bibliometrics. It provides routines for importing bibliographic data from Thomson Reuters’ Web of Science (https://www.webofknowledge.com) and performing bibliometric analysis.
For more information visit https://rubenfcasal.github.io/scimetr/articles/scimetr.html.
scimetr
is not yet available from CRAN, but you can install the development version from github with:
# install.packages("devtools")
devtools::install_github("rubenfcasal/scimetr")
Alternatively, Windows users may install the corresponding scimetr_X.Y.Z.zip file in the releases section of the github repository.
install.packages('https://github.com/rubenfcasal/scimetr/releases/download/v0.3.6/scimetr_0.3.6.zip',
repos = NULL)