get_all_counties_from_cdp | R Documentation |
This function extends the approach of get_county_from_cdp()
, returning
all counties in long format, rather than a single county
get_all_counties_from_cdp(cdp, fix_cumul = F, type = c("mid", "low", "high"))
cdp |
this is a cdp list as returned by |
fix_cumul |
(logical, default=F); set to TRUE to fix cumulative data |
type |
(string, default="mid"); strategy to fix cumulative data |
get_all_counties_from_cdp(cdp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.