vac_parse_zip | R Documentation |
vac_parse_zip()
parses ZIP codes from the address_zip
field in
vaccination data. It extracts the first 5-digit sequence in the field and
compares with a list of valid Shelby County ZIP codes.
vac_parse_zip(string)
string |
A |
A character
vector of 5-digit ZIP codes. Invalid values are
converted to missing; valid ZIP codes outside Shelby County are converted
to "Other"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.