View source: R/data-item-cleaning.R
clean_county_fips | R Documentation |
Clean county FIPS codes
clean_county_fips(county, keep_unknown = FALSE)
county |
A character vector of county FIPS codes. |
keep_unknown |
Replace values for "unknown" with |
A character vector with leading and trailing whitespace removed.
If keep_unknown
is FALSE
, blanks and values representing
unknown counties are replaced with NA
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.