From 27449d707aef93b9be04622d87915f72dc3a482e Mon Sep 17 00:00:00 2001 From: Laura DeCicco <ldecicco@usgs.gov> Date: Thu, 3 Jul 2014 09:28:41 -0500 Subject: [PATCH] Improved documentation to represent current format. --- R/getDataAvailability.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/getDataAvailability.r b/R/getDataAvailability.r index 6bc84cbc..b62e27dd 100644 --- a/R/getDataAvailability.r +++ b/R/getDataAvailability.r @@ -1,6 +1,6 @@ #' USGS data availability #' -#' Imports a table of available parameters, period of record, and count. There is also an option to load the long parameter names and additional information on the parameters with longNames=TRUE. +#' Imports a table of available parameters, period of record, and count. #' #' @param siteNumber string USGS site number. This is usually an 8 digit number #' @param interactive logical Option for interactive mode. If true, a progress indicator is printed to the console. -- GitLab