Nothing
#' Missouri Three-digit ZCTAs, 2022
#'
#' @description A simple features data set containing the geometric data
#' for Missouri's three-digit ZIP Code Tabulation Areas (ZCTAs) for 2022,
#' derived from the U.S. Census Bureau's 2022 TIGER/Line shapefiles.
#'
#' @docType data
#'
#' @usage data(zi_mo_zcta3)
#'
#' @format A data frame with 31 rows and 2 variables:
#' \describe{
#' \item{ZCTA3}{three-digit ZCTA value}
#' \item{geometry}{simple features geometry}
#' }
#'
#' @details The data included in \code{zi_mo_zcta3} can be replicated with the
#' following code: \code{zi_get_geometry(year = 2022, style = "zcta3",
#' state = "MO", method = "intersect")}.
#'
#' @source U.S. Census Bureau's TIGER/Line database
#'
#' @examples
#' utils::str(zi_mo_zcta3)
#' utils::head(zi_mo_zcta3)
#'
"zi_mo_zcta3"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.