#' Mapping of state/territory name to abbreviation to FIPS code
#'
#' @docType data
#'
#' @format A data frame with 60 rows and 3 columns
#' \describe{
#' \item{name}{character, name of territory}
#' \item{abbrev}{character, abbreviation}
#' \item{fips}{character, FIPS code}
#' \item{nchs}{character, NCHS state code}
#' }
#' @source \url{https://en.wikipedia.org/wiki/Federal_Information_Processing_Standard_state_code}
#' @keywords datasets
"st_fips_map"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.