str(us_map())
df <- us_map(regions = "counties")
west_coast <- us_map(include = c("CA", "OR", "WA"))
excl_west_coast <- us_map(exclude = c("CA", "OR", "WA"))
ct_counties_as_of_2022 <- us_map(regions = "counties", include = "CT", data_year = 2022)
Run the code above in your browser using DataLab