README.md

ChocoLattes package

Build StatusCRAN_Status_Badge CRAN Downloads

Felipe Campelo Operations Research and Complex Systems Laboratory - ORCS Lab Universidade Federal de Minas Gerais Belo Horizonte, Brazil

R package for extracting and summarising information from the Lattes database of Brazilian Researchers.

This package currently exports four methods:

Example:

  1. Download example file (curriculo.xml) from here, and save it to your current working folder.

  2. Convert it to a Lattes list:

library(ChocoLattes) # <-- assuming it is installed, of course
lattes.list <- lattes_to_list(CV.dir = getwd())
  1. Build a productions chart
a <- plot_chart(lattes.list = lattes.list, 
                chart.type  = "ggplot2", 
                language = "PT")
print(a)

or a full productions page:

make_productions_page(lattes.list = lattes.list,
                      chart.type  = "ggplot2",
                      h1.title    = "ORCS Lab",
                      h2.title    = "UFMG, Brazil",
                      language    = "EN")

Have fun!!! Felipe



fcampelo/ChocoLattes documentation built on May 16, 2019, 12:03 p.m.