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

sitenumbers.

parent 898d8253
No related branches found
No related tags found
1 merge request!39Overhaul of function names. Move some functionality to EGRET.
...@@ -7,7 +7,7 @@ getNWISSites<- function(...){ ...@@ -7,7 +7,7 @@ getNWISSites<- function(...){
#' @rdname whatNWISdata #' @rdname whatNWISdata
#' @export #' @export
getNWISDataAvailability <- function(siteNumber,service=c("uv","dv","qw")){ getNWISDataAvailability <- function(siteNumbers,service=c("uv","dv","qw")){
message("This function is being deprecated. Please use whatNWISdata in the future.") message("This function is being deprecated. Please use whatNWISdata in the future.")
whatNWISdata(siteNumber=siteNumber, service=service) whatNWISdata(siteNumber=siteNumber, service=service)
} }
......
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