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

Trimmed down the WQP bbox example.

parent d3d152b7
No related branches found
No related tags found
1 merge request!127WQP update.
......@@ -36,7 +36,7 @@ test_that("General WQP retrievals working", {
pHData <- readWQPdata(siteid="USGS-04024315",characteristicName=nameToUse)
expect_is(pHData$ActivityStartDateTime, 'POSIXct')
pHDataExpanded2 <- readWQPdata(bBox=c(-90.10,42.67,-88.64,43.35),
pHDataExpanded2 <- readWQPdata(bBox=c(-90.1,42.9,-89.9,43.1),
characteristicName=nameToUse)
expect_is(pHDataExpanded2$ActivityStartDateTime, 'POSIXct')
......
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