diff --git a/R/readNWISdv.r b/R/readNWISdv.r index 28f0ae7d221b00489f83a0725c54f5c12c323e4a..75dac0d02dc562c35a669ae8cafb5bc7c4bd6a99 100644 --- a/R/readNWISdv.r +++ b/R/readNWISdv.r @@ -1,8 +1,7 @@ #' Raw Data Import for USGS NWIS Data #' #' Imports data from NWIS web service. This function gets the data from here: \url{http://waterservices.usgs.gov/} -#' A list of parameter codes can be found here: \url{http://help.waterdata.usgs.gov/codes-and-parameters/parameters} -#' A list of statistic codes can be found here: \url{http://help.waterdata.usgs.gov/code/stat_code_query?fmt=html} +#' Information on parameter and statistics codes can be found here: \url{http://help.waterdata.usgs.gov} #' #' @param siteNumber character USGS site number. This is usually an 8 digit number. Multiple sites can be requested with a character vector. #' @param parameterCd character of USGS parameter code(s). This is usually an 5 digit number.