Skip to content
Snippets Groups Projects
Commit 776388de authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Updated help

parent 013dd8e6
No related branches found
No related tags found
1 merge request!2Updating naming convention + other minor changes.
#' Import Sample Data for WRTDS #' Import Sample Data for WRTDS
#' #'
#' Imports data from NWIS web service. This function gets the data from here: \url{http://qwwebservices.usgs.gov/} #' Imports data from the Water Quality Portal. This function gets the data from: \url{http://www.waterqualitydata.us}
#' A list of parameter codes can be found here: \url{http://nwis.waterdata.usgs.gov/nwis/pmcodes/} #' For raw data, use getWQPData. This function will retrieve the raw data, and compress it (summing constituents). See
#' A list of statistic codes can be found here: \url{http://nwis.waterdata.usgs.gov/nwis/help/?read_file=stat&format=table} #' chapter 7 of the EGRET user guide for more details, then converts it to the Sample dataframe structure.
#' For raw data, use getQWData. This function will retrieve the raw data, and compress it (summing constituents). See
#' chapter 7 of the EGRET user guide for more details.
#' #'
#' @param siteNumber string site number. If USGS, it should be in the form :'USGS-XXXXXXXXX...' #' @param siteNumber string site number. If USGS, it should be in the form :'USGS-XXXXXXXXX...'
#' @param characteristicName string #' @param characteristicName string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment