Package ‘zipcodeR’ September 22, 2021 Title Data & Functions for Working with US ZIP Codes Version 0.3.3 Description Make working with ZIP codes in R painless with an inte- grated dataset of U.S. ZIP codes and functions for working with them. Search ZIP codes by multiple geographies, includ- ing state, county, city & across time zones. Also included are functions for relating ZIP codes to Census data, geocoding & distance calculations. License GPL-3 URL https://github.com/gavinrozzi/zipcodeR/, https://www.gavinrozzi.com/project/zipcoder/ BugReports https://github.com/gavinrozzi/zipcodeR/issues/ Encoding UTF-8 LazyData true RoxygenNote 7.1.2 Imports rlang, stringr, raster, tidycensus, tidyr, dplyr, jsonlite, httr, curl, RSQLite, DBI Depends R (>= 3.5.0) Suggests knitr, rmarkdown, markdown, readr, testthat (>= 3.0.0), covr VignetteBuilder knitr, rmarkdown Config/testthat/edition 3 NeedsCompilation no Author Gavin Rozzi [aut, cre] (<https://orcid.org/0000-0002-9969-8175>) Maintainer Gavin Rozzi <
[email protected]> Repository CRAN Date/Publication 2021-09-22 04:30:02 UTC 1 2 download_zip_data R topics documented: download_zip_data . .2 geocode_zip . .3 get_cd . .3 get_tracts . .4 is_zcta . .4 normalize_zip . .5 reverse_zipcode . .5 search_cd . .6 search_city . .6 search_county . .7 search_fips . .8 search_radius . .8 search_state . .9 search_tz . 10 zcta_crosswalk . 10 zip_code_db . 11 zip_distance . 12 zip_to_cd . 12 Index 14 download_zip_data Download updated data files needed for library functionality to the package’s data directory. To be