# \donttest{
# 36061 is the FIPS code for Manhatttan (technically "New York County"), NY.
df = get_tract_demographics("new york", 36061)
df$value = df$median_hh_income
tract_choropleth(df, "new york", county_zoom = 36061)
# }
Run the code above in your browser using DataLab