single_param | R Documentation |
Get stations records from the CDMO for a single parameter starting with the most current date
single_param(station_code, param, Max = 100, trace = TRUE)
station_code |
chr string of station, 7 or 8 characters |
param |
chr string for a single parameter to return. |
Max |
numeric value for number of records to obtain from the current date |
trace |
logical indicating if import progress is printed in console |
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 exportSingleParamXML
.
Returns a swmpr object with one parameter. QAQC columns are not provided.
all_params
, all_params_dtrng
## Not run:
## single parameter for a station, most recent
single_param('hudscwq', 'do_mgl')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.