This function generates a map of total demand or supply by county.

map_county_data(data)

Arguments

data

Data to plot. Must be in the format outputted from pull_data() function and to avoid summing duplicate rows of data in a county, please only use data with category "demand_total" or "supply_total".

Examples

if (FALSE) {
map_county_data(data)
}