View source: R/data-item-cleaning.R
| clean_census_tract | R Documentation |
Clean Census tract group codes
clean_census_tract(tract, keep_unknown = FALSE)
tract |
A character vector of Census tract group 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 Census Tracts are replaced with NA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.