readWQPSample: Import Sample Data from the Water Quality Portal for WRTDS
Description
Imports data from the Water Quality Portal, so it could be STORET, USGS, or USDA data.
This function gets the data from: https://www.waterqualitydata.us
For raw data, use readWQPdata. This function will retrieve the raw data, and compress it (summing constituents). See
chapter 7 of the EGRET user guide for more details, then converts it to the Sample dataframe structure.
# NOT RUN {# These examples require an internet connection to run# }# NOT RUN {Sample_All <- readWQPSample('WIDNR_WQX-10032762','Specific conductance', '', '')
# }