Skip to contents

It parses xml dati

Usage

parse_xml_dati(xml_url, annoDiComunicazione)

Arguments

xml_url

url that points to xml file

annoDiComunicazione

PARAM_DESCRIPTIO

Value

xml tibble dataframe

Details

DETAILS

Examples

if (FALSE) {
if (interactive()) {
  parse_xml_dati("http://www.halleyweb.com/ucpentri/zf/index.php/dataset/appalti-2020.xml")
}
}