TranslateZipCode {kgc} | R Documentation |
This function will return the data frame with the longitude and latitude of the zip codes
TranslateZipCode(number)
number |
A dataframe that contains zip codes in a column labeled 'zip' |
The original data frame, with two additional columns for the corresponding latitude and longitude
example <- data.frame("zip" = c(44106,638, 1106))
TranslateZipCode(example)