#' FIPS Codes
#'
#' This dataset provides a crosswalk between state names, postal codes, and
#' FIPS codes. Used by the hpms() function. The variables are as follows:
#'
#' @format A data frame with 56rows and 4 variables:
#' \describe{
#' \item{State_Name}{state name (e.g. 'Alabama')}
#' \item{Postal_Code}{two character state postal code (e.g. 'AL')}
#' \item{FIPS_Code}{Census Bureau FIPS Code (e.g. 1)}
#' \item{STATE_NAME}{capitalized state name (e.g. 'ALAMABA')}
#' }
"fips_lookup"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.