Description Usage Arguments See Also Examples
Mostly a wrapper for get_county_map with some formatting used
in data dive.
1 |
state |
abbreviation of state to pull |
drop_state_code |
If TRUE, the 2-digit state code will be stripped. This may be necessary depending on how the county_fips is stored in the license data. |
Other data dive functions:
drop_state_code(),
filter_demo(),
load_cust_samp(),
plot_county_dive(),
plot_dist(),
plot_trend(),
run_visual_dive(),
set_nonres_county_na(),
set_other_county_na(),
summarize_trend()
1 2 3 4 5 | ## Not run:
get_county_map_dive("AL")
get_county_map_dive("AL", drop_state_code = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.