Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Water
dataRetrieval
Commits
ad557e7b
Commit
ad557e7b
authored
Sep 09, 2021
by
Laura A DeCicco
Browse files
Try again
parent
7acb0451
Changes
23
Show whitespace changes
Inline
Side-by-side
man/whatNWISdata.Rd
View file @
ad557e7b
...
...
@@ -61,7 +61,7 @@ for more information.
}
\examples{
\donttest{
try({
availableData <- whatNWISdata(siteNumber = '05114000')
# To find just unit value ('instantaneous') data:
uvData <- whatNWISdata(siteNumber = '05114000',service="uv")
...
...
@@ -69,7 +69,7 @@ uvDataMulti <- whatNWISdata(siteNumber = c('05114000','09423350'),service=c("uv"
flowAndTemp <- whatNWISdata(stateCd = "WI", service = "uv",
parameterCd = c("00060","00010"),
statCd = "00003")
})
}
}
\keyword{USGS}
...
...
man/whatNWISsites.Rd
View file @
ad557e7b
...
...
@@ -36,9 +36,9 @@ Mapper format is used
}
\examples{
\donttest{
try({
siteListPhos <- whatNWISsites(stateCd="OH",parameterCd="00665")
oneSite <- whatNWISsites(sites="05114000")
})
}
}
man/wqpSpecials.Rd
View file @
ad557e7b
...
...
@@ -73,12 +73,12 @@ The \code{readWQPsummary} function has
}
\examples{
\donttest{
try({
site1 <- whatWQPsamples(siteid="USGS-01594440")
type <- "Stream"
sites <- whatWQPsamples(countycode="US:55:025",siteType=type)
})
}
\donttest{
...
...
@@ -87,14 +87,14 @@ sites <- whatWQPmetrics(countycode="US:55:025",siteType=type)
lakeSites <- whatWQPmetrics(siteType = "Lake, Reservoir, Impoundment", statecode = "US:55")
}
\donttest{
try({
site1 <- whatWQPsites(siteid="USGS-01594440")
type <- "Stream"
sites <- whatWQPsites(countycode="US:55:025",
characteristicName = "Phosphorus",
siteType=type)
})
}
\donttest{
site1 <- readWQPsummary(siteid="USGS-07144100",
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment