get_nyc_zips: Get NYC Zip codes, borough, and neighborhood info from...

View source: R/get_nyc_zips.R

get_nyc_zipsR Documentation

Get NYC Zip codes, borough, and neighborhood info from querying data.beta.nyc

Description

Get NYC Zip codes, borough, and neighborhood info from querying data.beta.nyc

Usage

get_nyc_zips()

Value

A tibble with 6 variables: zip, borough, post_office, neighborhood, population, and density. Data should read in as double/numeric for zip, pop, and density. Borough, post_office, and neighborhood should be character.

Examples

zips <- get_nyc_zips()

cpilat97/deceTools documentation built on May 12, 2022, 5:07 a.m.