#' Water quality standards codes
#'
#' Look up table of Oregon DEQ water quality standard codes.
#'
#' Data fields include:
#' \itemize{
#' \item wqstd_code: Code assigned to each four-digit Oregon water quality standards rule number in OAR 340-41.
#' \item wqstd: Oregon water quality standard name.
#' }
#'
#' @docType data
#' @usage data(LU_wqstd_code)
#' @keywords Oregon water quality standards
#' @keywords datasets
#' @examples
#' wqstd_code_LU1 <- data(LU_wqstd_code)
#' wqstd_code_LU2 <- odeqtmdl::LU_wqstd_code
#'
"LU_wqstd_code"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.