Skip to content

Commit

Permalink
Add FIPS codes for counties
Browse files Browse the repository at this point in the history
  • Loading branch information
jjchern committed Jun 7, 2016
1 parent ab28918 commit 0300af3
Show file tree
Hide file tree
Showing 5 changed files with 3,287 additions and 0 deletions.
16 changes: 16 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,19 @@
#'
#' @source \url{https://www.census.gov/geo/reference/ansi_statetables.html}
"state"

#' County-level FIPS Code
#'
#' 2010 FIPS Codes for Counties and County Equivalent Entities.
#'
#' @format A data frame with five variables:
#' \describe{
#' \item{usps}{Official United States Postal Service (USPS) Code}
#' \item{state}{State Name}
#' \item{fips}{2010 FIPS County Code}
#' \item{county}{Full County Name}
#' \item{cty_short}{Short County Name}
#' }
#'
#' @source \url{https://www.census.gov/geo/reference/codes/cou.html}
"state"
Loading

0 comments on commit 0300af3

Please sign in to comment.