Page 1 of 1

Write a program in R to store basic information about zip codes. Every zip code is in exactly 1 state but a state could

Posted: Sun May 15, 2022 12:00 pm
by answerhappygod
Write a program in R to store basic information
about zip codes. Every zip code is in exactly 1 state but a state
could have many zip codes. What data structure is best for this
problem?
please explain the code to me after you write it out as
I am not using this for a class but I am learning R