#' Habitat Master Plan targets and goals
#'
#' Habitat Master Plan targets and goals
#'
#' @format A data frame showing 2030 targets and 2050 goals
#'
#' @concept data
#'
#' @examples
#' \dontrun{
#' library(dplyr)
#'
#' load(url("https://github.com/tbep-tech/hmpu-workflow/raw/master/data/trgs.RData"))
#'
#' hmptrgs <- trgs %>%
#' rename(Goal2050 = Target2050)
#'
#' save(hmptrgs, file = 'data/hmptrgs.RData', compress = 'xz')
#' }
"hmptrgs"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.