C El paquete CITAN

The practical usability of the CITation ANalysis package for R statistical computing environment, is shown. The main aim of the software is to support bibliometricians with a tool for preprocessing and cleaning bibliographic data retrieved from SciVerse Scopus and for calculating the most popular indices of scientific impact.

https://cran.r-project.org/web/packages/CITAN/index.html

https://cran.r-project.org/web/packages/CITAN/CITAN.pdf

https://github.com/gagolews/CITAN

https://www.gagolewski.com/publications/2011citan.pdf

library(CITAN)
## Loading required package: agop
## Loading required package: RSQLite
## Loading required package: RGtk2

Emplea el paquete RSQLite.

Sin embargo, la función Scopus_ReadCSV() produce un error en Windows. Para corregirlo:

# Session > Set Working Directory > To Source...
source("datos/citan/Scopus_ReadCSV2.R")