Description Usage Arguments Value See Also Examples
This function allows you to create a map of all school districts, in each state in the United States, symbolized by selected variables from the EdBuild master dataset.
1 2 |
data_year |
Four digit year of master data to pull in. Options include 2013- 2019. Defaults to 2019. |
state |
The state for which you want to map school districts. Defaults to New Jersey. |
county |
The county for which you want to map school districts.
Defaults to NULL. To view a full list of counties use
|
map_var |
Variable by which to symbolize the map.
Defaults
to |
level |
Selects which level of school districts you want displayed in the map.
Defaults to |
legend |
If TRUE, legend is visible. Defaults to TRUE. |
An image of the map which can be written out with
tmap::tmap_save(map, '~/Documents/map.png')
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.