Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages