#' Dissolved oxygen data for USGS stations
#'
#' Dissolved oxygen data for USGS stations
#'
#' @format A \code{data.frame} object
#' @concept data
#' @examples
#' \dontrun{
#'
#' # 01304562 is Peconic River, 01304200 is Orient Harbor, 01304650 is Shelter Island
#' dodat <- read_pepdo(site = c('01304562', '01304200', '01304650'),
#' nms = c('Peconic River', 'Orient Harbor', 'Shelter Island'))
#'
#' save(dodat, file = 'data/dodat.RData', compress = 'xz')
#'
#'}
"dodat"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.