anyXmlParse: Parser For Hilltop XML

View source: R/hillr_helpers.R

anyXmlParseR Documentation

Parser For Hilltop XML

Description

anyXmlParse parses Hilltop XML from http or https requests.

Usage

anyXmlParse(url)

Arguments

url

A url that returns an XML document.

Details

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.

Value

A parsed XML document


jeffcnz/hillr documentation built on Nov. 21, 2024, 11:58 p.m.