#' Imports data from Water Quality Portal web service. This function gets the data from here: \url{http://www.waterqualitydata.us}. This function is more general than getQWData
#' Imports data from Water Quality Portal web service. This function gets the data from: \url{http://www.waterqualitydata.us}. This function is more general than getQWData
#' because it allows for other agencies rather than the USGS. Therefore, the 5-digit parameter code cannot be used.
#' because it allows for other agencies rather than the USGS. Therefore, the 5-digit parameter code cannot be used.
#' Instead, this function uses characteristicName. A complete list can be found here \url{http://www.waterqualitydata.us/Codes/Characteristicname}
#' Instead, this function uses characteristicName. A complete list can be found here
#'
#'
#' @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
...
@@ -16,77 +16,29 @@
...
@@ -16,77 +16,29 @@
#' @import RCurl
#' @import RCurl
#' @examples
#' @examples
#' # These examples require an internet connection to run
#' # These examples require an internet connection to run