#' Ecoregions in Utah
#'
#' A dataset containing attributes for ecoregions in Utah.
#'
#' @docType data
#'
#' @name UT_ecoregions
#'
#' @usage UT_ecoregions
#'
#' @format An object of class sf (simple features) containing 10 features and
#' 3 attributes:
#' \describe{
#' \item{Level3}{Level 3 ecoregion code for the polygon.}
#' \item{Level3_Nam}{Level 3 ecoregion name for the polygon.}
#' \item{Area_ha}{area of the polygon in hectares.}
#' }
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.