View source: R/map_area_bcps_programs.R
map_area_bcps_programs | R Documentation |
Map showing BCPS school zones that overlap with a provided area or areas. If the area sf tibble includes multiple areas, a separate map is created for each area provided.
map_area_bcps_programs(area)
area |
sf object |
## Not run:
## Map school attendance boundary zones for the Madison Park neighborhood
madisonpark <- get_area(
area_type = "neighborhood",
area_name = "Madison Park"
)
map_area_bcps_programs(area = madisonpark)
## End(Not run)
## Not run:
## Map school attendance boundary zones for City Council District 2
district9 <- get_area(
type = "council district",
area_name = "9"
)
map_area_bcps_programs(area = district9)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.