Skip to contents

it transforms and cleans index type xml file into tabular i.e. tibble dataframe class

Usage

parse_xml_index(href, annoDiComunicazione)

Arguments

href

href corresponding to the index annoDiComunicazione

annoDiComunicazione

the annoDiComunicazione to which the CA has communicaterd to ANAC the xml

Value

tibble

Details

DETAILS

Examples

if (FALSE) {
if (interactive()) {
  parse_xml_index("http://contrattipubblici.sipalinformatica.it/l190c32/JOSWG705/indiceDataset.xml")
}
}