Skip to content

A simple R package that tells you which American State a phone number is from

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

gl2668/whichState

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whichState

The goal of whichState is to make it easy for you to find out which American State a phone number belongs to.

Installation

You can install the released version of whichState from Github with:

install.packages("devtools")
devtools::install_github("gl2668/whichState")

Example

This is a basic example of how the package works. If I want to find out which state the phone number 212-123-4567 is from, I will use the following:

library(whichState)
whichState(2121234567, usa=TRUE)
## "New York State"

About

A simple R package that tells you which American State a phone number is from

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages