util/prov_samples/console/console_2021-01-12T12.39.31-03.R

library(getLattes)
length(xmlsLattes)
library(dplyr)
getDadosGerais(xmlsLattes[[2]])
lt <- lapply(xmlsLattes, getDadosGerais)
head(bind_rows(lt))
getArtigosPublicados(xmlsLattes[[2]])
lt <- lapply(xmlsLattes, getArtigosPublicados)
head(bind_rows(lt))
mmondelli/rdt2repr documentation built on Feb. 15, 2021, 10:57 p.m.