Description
Analysis of Scientific Publication Data with R.
Description
Tools for quantitative research in scientometrics and bibliometrics. This package provides routines for importing bibliographic data from Clarivate Web of Science (<https://www.webofscience.com/wos/>) and performing bibliometric analysis.
README.md
scimetr: Analysis of Scientific Publication Data with R
This package implements tools for quantitative research in scientometrics and bibliometrics. It provides routines for importing bibliographic data from Clarivate Web of Science (https://www.webofscience.com/wos/) 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.2.0/scimetr_1.2.0.zip',
repos = NULL)