Retrieves all the time series in a specified collection from an xml file.
Source:R/jd3xml.R
xml_data.Rd
Retrieves all the time series in a specified collection from an xml file.
Examples
set_xml_paths(system.file("extdata", package = "rjd3providers"))
xml_1 <- xml_data("Prod.xml", 1, charset = "iso-8859-1")
xml_all <- xml_data("Prod.xml", "industrial production", charset = "iso-8859-1")