get_lattes_folder: Get all lattes information

Description Usage Arguments Value Examples

View source: R/get_lattes_fol.R

Description

It summarizes multiple XML lattes data into a list of tables (in tibble format) separated by the type of information.

Usage

1
get_lattes_folder(folder_path, progress = TRUE)

Arguments

folder_path

the path of the folder containing the XML files obtained from the lattes platform

progress

if TRUE, progress bar is shown

Value

A list of tibbles

Examples

1
2
folder_path <- system.file("lattes", package = "NUPEX")
lattes_folder_data <- get_lattes_folder(folder_path, FALSE)

BrunoVilela/NUPEX documentation built on April 15, 2021, 12:47 p.m.