Plot Choropleth Map with County Level Data
1 2 |
1 2 3 4 5 6 | ## Not run:
compare_nye_normal %>%
filter(year == 2018) %>%
pl_choropleth(index = urban_idx, palette = 'Spectral')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.