us_map(regions = c("states", "state", "counties", "county"), include = c())
Arguments
regions
The region breakdown for the map, can be one of
("states", "state", "counties", "county").
The default is "states".
include
The regions to include in the output data frame. If regions is
"states"/"state", the value can be either a state name, abbreviation or FIPS code.
For counties, the FIPS must be provided as there can be multiple counties with the
same name.
Value
A data frame of US map coordinates divided by the desired regions.