Skip to contents

Downloads and processes ENEM item response (gabarito) data, which contains detailed information about each question.

Usage

get_enem_itens(year, n_max = Inf, keep_zip = TRUE, quiet = FALSE)

Arguments

year

The year of the exam (1998-2024).

n_max

Maximum number of rows to read.

keep_zip

Logical. If TRUE, keeps the downloaded ZIP file in cache.

quiet

Logical. If TRUE, suppresses progress messages.

Value

A tibble with item response data.

See also

Examples

if (FALSE) { # \dontrun{
# get item data for 2023
itens <- get_enem_itens(2023)
} # }