Downloads enrollment data from the SC Report Cards website. This source provides basic enrollment counts and school information but less demographic detail than Active Student Headcounts.
Examples
if (FALSE) { # \dontrun{
# Get Report Cards data
rc_2024 <- fetch_report_cards(2024)
# View school types
table(rc_2024$school_type)
} # }