knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
whichState
package was created to help anyone who wanted to find out which American state a particular phone number or a set of phone numbers are from. This package extracts the first 3 digits of a phone number and matches them to the US directory of Area codes.library(whichState) whichState(2121234567, us=TRUE)
us=TRUE
. The second argument is set to default because the function will only work for US phone numbers. if the phone numbers are from a different country, the function will not work.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.