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

Fixed slight typo in help file.

parent 74c063b4
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#' Imports data from NWIS about meaured parameter based on user-supplied parameter code. #' Imports data from NWIS about meaured parameter based on user-supplied parameter code.
#' This function gets the data from here: \url{http://nwis.waterdata.usgs.gov/nwis/pmcodes} #' This function gets the data from here: \url{http://nwis.waterdata.usgs.gov/nwis/pmcodes}
#' #'
#' @param parameterCd vector USGS parameter code. This is usually an 5 digit number. #' @param parameterCd vector of USGS parameter codes. This is usually an 5 digit number.
#' @param interactive logical Option for interactive mode. If true, there is user interaction for error handling and data checks. #' @param interactive logical Option for interactive mode. If true, there is user interaction for error handling and data checks.
#' @keywords data import USGS web service #' @keywords data import USGS web service
#' @return parameterData dataframe with all information from the USGS about the particular parameter (usually code, name, short name, units, and CAS registry numbers) #' @return parameterData dataframe with all information from the USGS about the particular parameter (usually code, name, short name, units, and CAS registry numbers)
......
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