getting_data | R Documentation |
This function get information from GrupLac.
getting_data(groups, researchers)
groups |
A dataframe with information about groups and links from GrupLAC |
researchers |
A dataframe with ID from google scholar form researchers |
Extracts data from Minciencias web pages about research groups and researchers.
## Not run: 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) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.