Description Usage Arguments Details Value Examples
It filters the data obtained from get_lattes_folder to a user specified year
1 | filter_year(lattes_data, year)
|
lattes_data |
output result from get_lattes_folder function. |
year |
the year to filter the data for. |
The function will not filter education, basic information, idioms, and fields of research(areas).
list of tibbles filtered by the specified year
1 2 3 4 | folder_path <- system.file("lattes", package = "NUPEX")
lattes_folder_data <- get_lattes_folder(folder_path)
lattes_filtered <- filter_year(lattes_folder_data, year = 2020)
summary_lattes <- summary_all(lattes_filtered)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.