R/zipcodes.R

#' Zip Code reference table.
#'
#' A data frame containing the longitude and latitude for zip codes.
#'
#' @format A data frame with 33144 rows and 3 variables:

#' \describe{
#'   \item{zip}{zip code, numeric}
#'   \item{lat}{latitude, numic}
#'   \item{long}{long, numeric}
#' }
#' @source \url{http://www.census.gov/geo/maps-data/data/gazetteer2016.html}
"zipcodes"

Try the kgc package in your browser

Any scripts or data that you put into this service are public.

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