Metropolitan-Council / councilR

A curated collection of commonly used templates, color palettes, functions, and more!
Other
6 stars 1 forks source link

geography function ideas #41

Closed ehesch closed 1 year ago

ehesch commented 2 years ago

Hey @eroten -

This is related to #19, and I'm just curious as to if it would be useful to build in more tigris functionality? For instance, do you know if people (other than me 😅) ever do any of the following?

Let me know if you see a need for any of these things. In thinking about it, I'm pretty excited about the potential of a theme_council_geo, but I don't think having anything else as a function would make my workflows easier. HOWEVER, if you and or others are also doing things like this, I think more of these ideas (and maybe more???) would be useful!

eroten commented 2 years ago

For example, cities

cities <- tigris::county_subdivisions(
  state = "MN",
  county = c("Anoka", "Carver", "Dakota", "Hennepin", "Ramsey", "Scott", "Washington"),
  class = "sf"
)