View source: R/hillr_measurements.R
hilltopDataSourceToDF | R Documentation |
hilltopDataSourceToDF
returns measurement metadata
hilltopDataSourceToDF(xmldata)
xmldata |
An XML document, returned from a url request using anyXmlParse. |
Helper function that reads the nodes within a the DataSource ItemInfo node of a Hilltop XML response from a anyXmlParse(url) request such as xmldata<-anyXmlParse(url). Returns a dataframe of the Info for each Item. Handles missing results and doen't require prior knowledge of the items.
A dataframe of the Hilltop datasource information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.