R/dbhydoR-package.R

#' @title dbhydroR
#'
#' @description dbhydroR is an R interface to the South Florida Water Management District's DBHYDRO database which holds over 35 million hydrologic and water quality records from the Florida Everglades and surrounding areas.
#'
#' @section Hydrologic Data:
#' The \code{\link[dbhydroR]{get_hydro}} function provides the capability to return:
#' \itemize{
#'   \item weather data
#'   \item surfacewater data
#'   \item groundwater data
#'   \item water-quality sonde data
#' }
#'  
#' @section Water Quality Data:
#' The \code{\link[dbhydroR]{get_wq}} function provides the capability to return:
#' \itemize{
#'   \item water quality data
#' }
#' 
#' @name dbhydroR-package
#' @aliases dbhydroR
#' @docType package
#' @keywords package
NULL

Try the dbhydroR package in your browser

Any scripts or data that you put into this service are public.

dbhydroR documentation built on Feb. 22, 2021, 9:10 a.m.