View source: R/hillr_measurements.R
hilltopMeasurement | R Documentation |
hilltopMeasurement
returns a timeseries with measurement metadata.
hilltopMeasurement(xmldata)
xmldata |
An XML document, returned from a url request using anyXmlParse. |
Main function that converts a Hilltop XML document from a anyXmlParse(url) request such as xmldata<-anyXmlParse(url) for a water quality measurement into a dataframe that contains the measurement information. It returns a dataframe of the data for each timestamp, including DataSource Information and the Site Name. Combines the results of the hilltopMeasurementToDF(xmldata) and hilltopDataSourceToDF(xmldata) functions. This dataframe can be merged with a WQ Sample dataframe processed using hilltopMeasurementToDF.
A dataframe of measurement data and metadata from the Hilltop datasource.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.