zipcodeR
zipcodeR copied to clipboard
An R package that makes working with U.S. ZIP codes painless.
I have zipcodeR 0.3.4 installed on R 4.2.1 running on an Arch Linux derivative with the newest kernel. I'm getting a bunch of scary warnings when I load zipcodeR, complaining...
When loading zipcoderR, the following error now appears on R 4.1.2 Error: package or namespace load failed for ‘zipcodeR’: package slot missing from signature for generic ‘coerce’ and classes Raster,...
Hi there! I installed your package from CRAN and from Github, but either way whenever I ran `zipcodeR::search_state("NC")`, I got the error: ``` Error in dplyr::filter(., .data$state %in% state_abb) :...
Using the example given in the README: #> zipcode_a zipcode_b distance #> 1 08731 08901 6.9 #> 2 08734 08005 45.1` You can check a map to verify that the...
When have the zipcodes been last updated?
Hi Gavin Rozzi, Thank you for the great package "zipcodeR". I used "geocode_zip" to get the lat and lon pair of the centroid of a given zip code. Latitude values...
I'm interested in linking zip codes back to counties. It looks like `reverse_zipcode()` can in principle provide the data I want. However, it only lists county names, not fips codes,...
Updated congressional districts using the Census' "National 2020 118th Congressional District to 2020 Zip Code Tabulation Area (ZCTA) Relationship File" (https://www2.census.gov/geo/docs/maps-data/data/rel2020/cd-sld/tab20_cd11820_zcta520_natl.txt) accessed on Sept. 19, 2023. I obtained the updated...
The `zip_to_cd.rda` file contains outdated zip code/congressional district relationships. The referenced file can be found at the following link: https://github.com/gavinrozzi/zipcodeR/blob/e94fd72a6a3dfff28d90a0702204850078264aaa/data/zip_to_cd.rda. I believe that the data currently in this package is...
library(zipcodeR) The legacy packages maptools, rgdal, and rgeos, underpinning the sp package, which was just loaded, will retire in October 2023. Please refer to R-spatial evolution reports for details, especially...