#' Spatial data object of Tampa Bay segments
#'
#' Spatial data object of Tampa Bay segments
#'
#' @format A simple features \code{\link[sf]{sf}} object (POLYGON) with 4 features and 2 fields, +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs
#' \describe{
#' \item{long_name}{chr}
#' \item{bay_segment}{chr}
#' }
#'
#' @description Note that these boundaries are not used for formal analysis and are only used as visual aids in mapping.
#'
#' @concept data
#'
#' @examples
#' library(sf)
#' plot(st_geometry(tbseg))
"tbseg"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.