Skip to contents

Fetch multiple years of enrollment data with progress

Usage

fetch_enr_years(years, tidy = TRUE)

Arguments

years

Vector of years to fetch

tidy

Return tidy format? (default TRUE)

Value

Data frame with all enrollment data

Examples

if (FALSE) { # \dontrun{
enr_5yr <- fetch_enr_years(2020:2024)
} # }