From 31c6f85abb0fed308a92459f0780df129ed9ec33 Mon Sep 17 00:00:00 2001 From: Laura DeCicco <ldecicco@usgs.gov> Date: Wed, 3 Apr 2013 09:41:10 -0500 Subject: [PATCH] Updated documentation. --- R/getWaterML1Data.r | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/R/getWaterML1Data.r b/R/getWaterML1Data.r index fe427e7f..2c07b40b 100644 --- a/R/getWaterML1Data.r +++ b/R/getWaterML1Data.r @@ -1,11 +1,10 @@ #' Function to return data from the NWISWeb WaterML1.1 daily values service #' #' This function accepts a url parameter that already contains the desired -#' NWIS site, parameter code, statistic, startdate and enddate. It returns a -#' data frame containing "Date" and "Discharge" +#' NWIS site, parameter code, statistic, startdate and enddate. #' #' @param obs_url string containing the url for the retrieval -#' @return Daily a data frame containing columns 'Date' and 'Discharge' +#' @return mergedDF a data frame containing columns agency, site, dateTime, values, and remark codes for all requested combinations #' @export #' @examples #' url <- "http://waterservices.usgs.gov/nwis/dv/?format=waterml,1.1&sites=" -- GitLab