Navigation Menu

Skip to content

martinctc/zipcodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zipcodes

US Zip Codes Database from simplemaps (Basic)

CodeFactor

This a simple R package that provides access to the US Zip Codes database from simplemaps. Use the dataset in this package to join and look up information for US zip codes, latitudes and longitudes, etc.


Installation

You can install the latest development version from GitHub with:

install.packages("devtools")
devtools::install_github("martinctc/zipcodes")

Accessing the data

You can then access the zipcode data via the following:

zipcodes::uszips

...or assign it to a variable:

zips <- zipcodes::uszips

About

US Zip Codes Database from simplemaps (Basic)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages