Skip to content
Snippets Groups Projects
importWQP.Rd 773 B
Newer Older
  • Learn to ignore specific revisions
  • % Generated by roxygen2 (4.0.2): do not edit by hand
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    \name{importWQP}
    \alias{importWQP}
    
    \title{Basic Water Quality Portal Data grabber}
    \usage{
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    importWQP(url)
    
    }
    \arguments{
    \item{url}{string URL to Water Quality Portal#'}
    }
    \value{
    retval dataframe raw data returned from the Water Quality Portal. Additionally, a POSIXct dateTime column is supplied for
    start and end times.
    }
    \description{
    Imports data from the Water Quality Portal based on a specified url.
    }
    \examples{
    # These examples require an internet connection to run
    
    ## Examples take longer than 5 seconds:
    rawSampleURL <- constructWQPURL('USGS-01594440','01075', '1985-01-01', '1985-03-31')
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    rawSample <- importWQP(rawSampleURL)
    
    }
    \keyword{USGS}
    \keyword{data}
    \keyword{import}
    \keyword{service}
    \keyword{web}