Skip to contents

Alias for fetch_ap_participation. Returns both participation and performance data for AP/IB coursework.

Usage

fetch_ap_performance(end_year, level = "school")

Arguments

end_year

A school year (2017-2024)

level

One of "school" or "district"

Value

Data frame with AP/IB participation and performance metrics

Examples

if (FALSE) { # \dontrun{
ap_perf <- fetch_ap_performance(2024)
} # }