zipcodeR icon indicating copy to clipboard operation
zipcodeR copied to clipboard

zip_code_db not found

Open ghost opened this issue 3 years ago • 1 comments

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) : 
object 'zip_code_db' not found

Any suggestions on how to fix this? Thanks!

ghost avatar Jun 28 '21 18:06 ghost

I just figured this one out. If you run zip_code_db <- zipcodeR::zip_code_db first, everything works. Not an ideal solution but best you can do if the author doesn't fix things.

rorynolan avatar Jan 24 '22 23:01 rorynolan