get_nyc_zips | R Documentation |
Get NYC Zip codes, borough, and neighborhood info from querying data.beta.nyc
get_nyc_zips()
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.
zips <- get_nyc_zips()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.