map_county_data.RdThis function generates a map of total demand or supply by county.
map_county_data(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".
if (FALSE) {
map_county_data(data)
}