#' Pollutant parameter and Water quality standards code look up
#'
#' Look up water quality standard codes by pollutant parameter ID.
#'
#' Data fields include:
#' \itemize{
#' \item Pollu_ID: DEQ water quality parameter ID.
#' \item wqstd_code: Code assigned to each four-digit Oregon water quality standards rule number in OAR 340-41.
#' }
#'
#' @docType data
#' @usage data(LU_wqstd)
#' @keywords Oregon water quality standards
#' @keywords datasets
#' @examples
#' wqstd_LU1 <- data(LU_wqstd)
#' wqstd_LU2 <- odeqtmdl::LU_wqstd
#'
"LU_wqstd"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.