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

Fixed example

parent f6909c1e
No related branches found
No related tags found
1 merge request!2Updating naming convention + other minor changes.
......@@ -12,7 +12,7 @@
#' @export
#' @examples
#' # These examples require an internet connection to run
#' rawSample <- getRawQWData('01594440','01075', '1985-01-01', '1985-03-31')
#' rawSample <- getRawQWData('USGS-01594440','01075', '1985-01-01', '1985-03-31')
#' rawSampleSelect <- processQWData(rawSample)
processQWData <- function(data,pCode=TRUE){
......
......@@ -21,7 +21,7 @@ conditions to determine if a value is left censored or not. Censored values are
}
\examples{
# These examples require an internet connection to run
rawSample <- getRawQWData('01594440','01075', '1985-01-01', '1985-03-31')
rawSample <- getRawQWData('USGS-01594440','01075', '1985-01-01', '1985-03-31')
rawSampleSelect <- processQWData(rawSample)
}
\keyword{USGS}
......
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