A function that takes a vector of zip codes and generates a hashmap of zip codes to US states. This function also creates a map of the US with frequency counts of the zipCodes in each state.
1 | create_map(myZipcodes)
|
myZipCodes |
A vector of integer values that _should_ represent US state zip codes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.