Description Usage Format Details Source References See Also Examples
A simple feature of the 77 community area boundaries in Chicago that can only be used with the sf
package.
1 | data("community_areas_sf")
|
A simple feature (which is either data.frame
or tibble
) with a geometry list-column with 77 observations on the following 3 variables:
community
the name of each community area
area_numbe
the area number for each community(identical to area_num_1
)
geometry
a list that contains the dimensions and the simple feature geometry type
The following is sf
installation advice from Matt Herman:
Depending on your operating system and available libraries, sf
can be tricky to install the first time. The sf
website is a good place to start if you're having trouble. If you're using macOS, this is a good guide to installing the required libraries.
This data frame comes from the City of Chicago Data Portal, Boundaries - Community Areas (current). The file was last updated on December 18, 2018.
sf
documentation has helpful information on how to work with sf
objects.
?pointdexter::community_areas_spdf
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.