View source: R/hillr_helpers.R
anyXmlParse | R Documentation |
anyXmlParse
parses Hilltop XML from http or https requests.
anyXmlParse(url)
url |
A url that returns an XML document. |
Helper function to parse data from a hilltop server. Takes a valid url as an input and returns a parsed xml document ready for other functions. Uses xmlParse from the XML library, but enables https requests to be processed as well as http.
A parsed XML document
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.