Skip to content

Commit

Permalink
old version dataRetrieval wouldn't have this attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecicco-USGS committed Oct 26, 2024
1 parent 986514f commit 8caa8a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/readWQPSample.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ readWQPSample <- function(siteNumber,
data <- dataRetrieval::readWQPqw(siteNumbers = siteNumber,
parameterCd = characteristicName,
startDate = startDate,
endDate = endDate,
ignore_attributes = TRUE)
endDate = endDate)
}

if(nrow(data) == 0){
Expand Down

0 comments on commit 8caa8a5

Please sign in to comment.