nyc_sf: Rental Housing and Demographics in NYC (2000s).

Description Usage Format Details Source Examples

Description

Demographic and housing data for New York City’s 55 sub-boroughs (2000s).

Usage

1

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

1
2
3
4
5
6
if (requireNamespace("sf", quietly = TRUE)) {
  library(sf)
  data(nyc_sf)

  plot(nyc_sf["bor_subb"])
}

geodaData documentation built on July 2, 2020, 1:33 a.m.