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.webofscience.com) and performing bibliometric analysis.
For more information visit https://rubenfcasal.github.io/scimetr/articles/scimetr.html.
Installation
scimetr is not yet available from CRAN, but you can install the development version from github with:
# install.packages("remotes")
remotes::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/v1.1.0/scimetr_1.1.0.zip',
repos = NULL)