View source: R/hillr_measurements.R
hilltopMeasurementToDF | R Documentation |
hilltopMeasurementToDF
returns a timeseries dataframe of measurements
hilltopMeasurementToDF(xmldata)
xmldata |
An XML document, returned from a url request using anyXmlParse. |
Helper function that reads the nodes within a the Measurement node of a Hilltop XML response from a anyXmlParse(url) request such as xmldata<-anyXmlParse(url). Returns a dataframe of the data for each timestamp. Handles missing results and doesn't require prior knowledge of parameter names. Handles true measurements and WQ Sample requests.
A dataframe of data for each timestep.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.