% Generated by roxygen2 (4.0.2): do not edit by hand \name{whatNWISdata} \alias{whatNWISdata} \title{USGS data availability} \usage{ whatNWISdata(siteNumber, service = c("uv", "dv", "qw")) } \arguments{ \item{siteNumber}{string USGS site number.} \item{service}{vector string. Options are "uv", "dv", "qw"} } \value{ retval dataframe with all information found in the expanded site file } \description{ Imports a table of available parameters, period of record, and count. } \examples{ availableData <- whatNWISdata('05114000') # To find just unit value ('instantaneous') data: uvData <- whatNWISdata('05114000',service="uv") uvDataMulti <- whatNWISdata(c('05114000','09423350'),service="uv") } \keyword{USGS} \keyword{data} \keyword{import} \keyword{service} \keyword{web}