get_county_map: Load county spatial data for selected state

Description Usage Arguments See Also Examples

View source: R/visualize.R

Description

Load county spatial data for selected state

Usage

1

Arguments

state

abbreviation of state to pull

See Also

Other functions to run dashboard visualization: int_breaks(), join_county_map(), plot_bar(), plot_county(), plot_month(), plot_value2(), plotly_config(), run_visual_county(), ui_button_layout()

Examples

1
2
3
4
5
6
7
## Not run: 
library(ggplot2)
county_map <- get_county_map("SC")
ggplot(county_map) + 
    geom_polygon(aes(long, lat, group = county))

## End(Not run)

southwick-associates/sadash documentation built on Jan. 6, 2022, 5:17 p.m.