is_zcta | R Documentation |
Returns true if the given ZIP code is also a ZIP code tabulation area (ZCTA)
is_zcta(zip_code)
zip_code |
A 5-digit U.S. ZIP code |
Boolean TRUE or FALSE based upon whether provided ZIP code is a ZCTA by testing whether it exists in the U.S. Census crosswalk data
is_zcta("90210")
is_zcta("99999")
is_zcta("07762")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.