Description Usage Arguments Value Examples
View source: R/get_lattes_fol.R
It summarizes multiple XML lattes data into a list of tables (in tibble format) separated by the type of information.
1 | get_lattes_folder(folder_path, progress = TRUE)
|
folder_path |
the path of the folder containing the XML files obtained from the lattes platform |
progress |
if TRUE, progress bar is shown |
A list of tibbles
1 2 | folder_path <- system.file("lattes", package = "NUPEX")
lattes_folder_data <- get_lattes_folder(folder_path, FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.