R/foresiteR.R

Defines functions foresiteR

Documented in foresiteR

#' 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'))
  }
edhinman/dwqInsights documentation built on Feb. 8, 2024, 3:52 a.m.