Description Usage Arguments See Also Examples
Load county spatial data for selected state
1 |
state |
abbreviation of state to pull |
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()
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.