Skip to contents

This function allows you to retrieve the school boundaries for a given level. Note that it is a wrapper around the get_geo_data function

Usage

get_school_boundaries(level = c("elem", "middle", "high"))

Arguments

level

Either 'elem', 'middle', or 'high'

Value

an sf object with the school boundaries for the chosen school level

Examples

if (FALSE) {
a <- get_school_boundaries("elem")
}