The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

margaret: Extracts data from Minciencias web pages

Overview

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.

Installation

From CRAN

install.packages("margaret")

From GitHub

install.packages('devtools')
devtools::install_github('coreofscience/margaret')

Load margaret

library(margaret)

Examples

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)

Packages

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.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.