Skip to content
Snippets Groups Projects
getDataAvailability.Rd 864 B
Newer Older
  • Learn to ignore specific revisions
  • \name{getDataAvailability}
    \alias{getDataAvailability}
    \title{USGS data availability}
    \usage{
    
    jlthomps's avatar
    jlthomps committed
      getDataAvailability(siteNumber, interactive = TRUE)
    
    }
    \arguments{
      \item{siteNumber}{string USGS site number.  This is
      usually an 8 digit number}
    
      \item{interactive}{logical Option for interactive mode.
      If true, a progress indicator is printed to the console.}
    }
    \value{
    
    jlthomps's avatar
    jlthomps committed
      retval dataframe with all information found in the
      expanded site file
    
    jlthomps's avatar
    jlthomps committed
      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 <- getDataAvailability('05114000')
    
    \keyword{data}
    \keyword{import}
    \keyword{service}
    \keyword{web}