Get station records from the CDMO within a date range
Arguments
- station_code
chr string of station, 7 or 8 characters
- dtrng
two element chr string, each of format MM/DD/YYYY
- param
chr string for a single parameter to return, defaults to all parameters for a station type.
- trace
logical indicating if import progress is printed in console
- Max
numeric indicating maximum number of records to return
Value
Returns a swmpr object, all parameters for a station type (nutrients, water quality, or meteorological) or a single parameter if specified. QAQC columns are not provided for single parameters.
Details
This function retrieves data from the CDMO through the web services URL. The computer making the request must have a registered IP address. Visit the CDMO web services page for more information: https://cdmo.baruch.sc.edu/webservices.cfm. This function is the CDMO equivalent of exportAllParamsDateRangeXMLNew
.
Download time may be excessive for large requests.