This package extracts data from Minciencias web pages about research groups and researchers, merge information with quality of articles from Scimago, Publindex and Google scholar. And export the data in a xlsx file.
install.packages("margaret")install.packages('devtools')
devtools::install_github('coreofscience/margaret')library(margaret)library(margaret)
# Load data in a dataframe of r
groups <- read.csv(".../groups_information.csv", header=T, sep=",")
margaret_data <- getting_data(groups)
#or just
margaret::getting_data(groups)For installing this package also installs a selection of other packages that you’re likely to use frequently, but probably not in every analysis.
rvest, For make it easy to download, then manipulate, HTML and XML.
scholar, For extract citation data from Google Scholar.
stringi, For processing tools for pattern.
tidyverse, for load core packages from tidyverse.
writexl, For Zero-dependency data frame to xlsx export.
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.