# population of all states, 9 equally sized buckets
choroplethr_acs("B01003", "state")
# median income, continuous scale, counties in New York, New Jersey and Connecticut
choroplethr_acs("B19301", "county", num_buckets=1, states=c("NY", "NJ", "CT"))
# median income, all zip codes
choroplethr_acs("B19301", "zip")Run the code above in your browser using DataLab