R/fipsCounty.R

#' FIPS county data
#' 
#' FIPS county lookup table.  Adapted from census.gov \url{https://www.census.gov/geo/reference/codes/cou.html}.
#' 
#' @section Variables:
#' 
#' \itemize{
#'  \item \code{fips}: FIPS county code
#'  \item \code{county}: county name
#'  \item \code{state}: state abbreviation
#' }
#' @docType data
#' @name fipsCounty
#' @usage fipsCounty
#' @format A data frame with 3235 rows and 3 columns.
#' @examples
#' head(fipsCounty)
NULL

Try the housingData package in your browser

Any scripts or data that you put into this service are public.

housingData documentation built on May 2, 2019, 3:47 p.m.