TranslateZipCode {kgc}R Documentation

TranslateZipCode

Description

This function will return the data frame with the longitude and latitude of the zip codes

Usage

TranslateZipCode(number)

Arguments

number

A dataframe that contains zip codes in a column labeled 'zip'

Value

The original data frame, with two additional columns for the corresponding latitude and longitude

Examples

example <- data.frame("zip" = c(44106,638, 1106))
TranslateZipCode(example)

[Package kgc version 1.0.0.2 Index]