"README.Rmd" did not exist on "216b183f5c1b032c23e79944362ece5752bd5028"
Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\name{getDataAvailablilty}
\alias{getDataAvailablilty}
\title{USGS data availability}
\usage{
getDataAvailablilty(siteNumber = "", interactive = TRUE,
longNames = FALSE)
}
\arguments{
\item{siteNumber}{string USGS site number. This is
usually an 8 digit number}
\item{interactive}{logical Option for interactive mode.
If true, there is user interaction for error handling and
data checks.}
\item{longNames}{logical indicates whether or not to make
a web call to get long names of parameters. Be aware this
could take a very long time if the station has lots of
data.}
}
\value{
retval dataframe with all information found in the
expanded site file
}
\description{
Imports a table of available parameters, period of
record, and count. There is also an option to load the
long parameter names and additional information on the
parameters with longNames=TRUE.
}
\examples{
# These examples require an internet connection to run
availableData <- getDataAvailablilty('05114000',interactive=FALSE)
}
\keyword{data}
\keyword{import}
\keyword{service}
\keyword{USGS}
\keyword{web}