Skip to content
Snippets Groups Projects
Commit cdf50e7f authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Adding attribute table to meas function.

parent 54a26f96
No related branches found
No related tags found
1 merge request!52Final updates for 2.0.1
......@@ -140,6 +140,17 @@ readNWISpeak <- function (siteNumber,startDate="",endDate=""){
#'for that value; and CORRINDEP, the corrected value for CORR.\cr
#'If \code{type} is "base," then the data frame has an attribute called "RATING"
#'that describes the rating curve is included.
#'
#' There are also several useful attributes attached to the data frame:
#' \tabular{lll}{
#' Name \tab Type \tab Description \cr
#' url \tab character \tab The url used to generate the data \cr
#' queryTime \tab POSIXct \tab The time the data was returned \cr
#' comment \tab character \tab Header comments from the RDB file \cr
#' siteInfo \tab data.frame \tab A data frame containing information on the requested sites \cr
#' RATING \tab character \tab Rating information \cr
#' }
#'
#' @note Not all active USGS streamgages have traditional rating curves that
#'relate flow to stage.
#' @export
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment