powered by
This function will return the data frame with the longitude and latitude of the zip codes
TranslateZipCode(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
# NOT RUN { example <- data.frame("zip" = c(44106,638, 1106)) TranslateZipCode(example) # }
Run the code above in your browser using DataLab