diff --git a/R/constructNWISURL.r b/R/constructNWISURL.r index 212f996d9965cb3ebf9966f56f2c4b7828c085a2..f7e60c5ce826027c0f87a8db92677f850dfa2cb5 100644 --- a/R/constructNWISURL.r +++ b/R/constructNWISURL.r @@ -54,6 +54,7 @@ constructNWISURL <- function(siteNumber,parameterCd,startDate="",endDate="", badPcode <- parameterCd } message("The following pCodes may be unavailable:",paste(badPcode,collapse=",")) + #Take out badPcode? } multipleSites <- length(siteNumber) > 1