filter_year: Filter the year of lattes information

Description Usage Arguments Details Value Examples

View source: R/filter_year.R

Description

It filters the data obtained from get_lattes_folder to a user specified year

Usage

1
filter_year(lattes_data, year)

Arguments

lattes_data

output result from get_lattes_folder function.

year

the year to filter the data for.

Details

The function will not filter education, basic information, idioms, and fields of research(areas).

Value

list of tibbles filtered by the specified year

Examples

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)

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