I have 2 data.frames with zipcodes. One is of houses and the other is of weather stations. I need to merge the 2 data.frames by proximity of the zipcodes, therefore I have the temperature data of the weather stations merged with the houses closest to it. I could not merge by the number of the zipcodes because it is not the same on the 2 datas.frames, as some houses do not have weather stations in the same zipcode.
Is that possible in R?
Thank you very much.