TranslateZipCode: TranslateZipCode

Description Usage Arguments Value Examples

Description

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

Usage

1

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

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

kgc documentation built on May 2, 2019, 1:47 p.m.