Learn R Programming

educabR (version 0.1.2)

get_enem_itens: Get ENEM item response data

Description

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

Usage

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

Value

A tibble with item response data.

Arguments

year

The year of the exam (2009-2023).

n_max

Maximum number of rows to read.

quiet

Logical. If TRUE, suppresses progress messages.

Examples

Run this code
if (FALSE) {
# get item data for 2023
itens <- get_enem_itens(2023)
}

Run the code above in your browser using DataLab