#'
#' @title Florida Bay shapefile with subregions
#'
#' @description A SpatialPolygonsDataFrame. proj4string: [+proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs
#'
#' @name fb
#' @format a SpatialPolygonsDataFrame
#' @examples
#' summary(fb)
#'
#' \dontrun{
#' ### code used to generate object
#' fb <- rgdal::readOGR("C:/ESRIDATA/Florida_Bay/subregions", "SFL_NNC")
#' fb <- fb[grepl(x = fb$SEGMENT_NA, pattern = "Florida Bay|Manatee Bay"), ]
#' fb <- sp::spTransform(fb, sp::proj4string(fireHydro::edenDEM))
#' # save("fb", file = paste0(here::here(), "/data/fb.RData"))
#'
#' }
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.