#' foresiteR
#'
#' Water Quality Assessment Planning Tool
#'
#' Shiny application that uses the most recent IR assessment information and historical site impairments to inform visualization of monitoring locations and sampling data in the Water Quality Portal. If you would like to access the IR site assessment and delisting data used to create the initial map, please contact Elise Hinman, ehinman at utah.gov
#'
#' @import shiny
#' @import plotly
#' @import leaflet
#' @import RColorBrewer
#' @importFrom magrittr %>%
#' @export
foresiteR = function(){
shiny::runApp(system.file('foresiteR', package='dwqInsights'))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.