powered by
Downloads and processes ENEM item response (gabarito) data, which contains detailed information about each question.
get_enem_itens(year, n_max = Inf, quiet = FALSE)
A tibble with item response data.
The year of the exam (2009-2023).
Maximum number of rows to read.
Logical. If TRUE, suppresses progress messages.
TRUE
# \donttest{ # get item data for 2023 itens <- get_enem_itens(2023) # }
Run the code above in your browser using DataLab