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

Adding group tests.

parent cc5e8781
No related branches found
No related tags found
1 merge request!85Updates mainly to expose sysdata, but also improvements in readNWISdata and qw.
......@@ -67,4 +67,15 @@ test_that("NWIS qw tests", {
startDate,"2011-01-01",reshape=TRUE)
expect_is(rawNWISall$startDateTime, 'POSIXct')
pgroup <- c("NUT")
rawNWISNutrients <- readNWISqw(siteNumbers,pgroup,
startDate,endDate)
rawNWISOpe <- readNWISqw(siteNumbers,"OPE",
startDate,endDate)
groups <- c("NUT","OPE")
rawNWISNutOpe <- readNWISqw(siteNumbers,groups,
startDate,endDate)
})
\ No newline at end of file
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