nyc_sf {geodaData} | R Documentation |
Rental Housing and Demographics in NYC (2000s).
Description
Demographic and housing data for New York City’s 55 sub-boroughs (2000s).
Usage
nyc_sf
Format
An sf data frame with 55 rows, 34 variables, and a geometry column:
- forhis06-09
percentage of hispanic population, not born in US
- forwh06-09
percentage of white population, not born in US
- hhsiz1990
average number of people per household
- hhsiz00
average number of people per household
- hhsiz02-05-08
average number of people per household
- kids2000, kids2005-2009
percentage households w kids under 18
- rent2002,2005,2008
median monthly contract rent
- rentpct02,05,08
percentage of housing stock that is market rate rental units
- pubast90,00
percentage of households receiving public assistance
- yrhom02,05,08
average number of years living in current residence
- geometry
MULTIPOLYGON
Details
Sf object, units in ft. EPSG 2263: NAD83 / New York Long Island (ftUS).
Source
https://geodacenter.github.io/data-and-lab/nyc/
Examples
if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(nyc_sf)
plot(nyc_sf["bor_subb"])
}
[Package geodaData version 0.1.0 Index]