Generate defaulte dataframe structure whn something fails during pipeline
generate_empty_dati_tibble.Rd
This function checks if and url exists
Examples
corel190:::generate_empty_dati_tibble(
xml_url = "http://contrattipubblici.sipalinformatica.it/l190c32/JOSWG705/indiceDataset.xml",
annoDiComunicazione = 2022
)
#> # A tibble: 1 × 11
#> cig strutt…¹ oggetto scelt…² parte…³ aggiu…⁴ impor…⁵ tempi…⁶ impor…⁷ xml_url
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 NA NA NA NA NA NA NA NA NA http:/…
#> # … with 1 more variable: annoDiComunicazione <chr>, and abbreviated variable
#> # names ¹strutturaProponente, ²sceltaContraente, ³partecipanti,
#> # ⁴aggiudicatari, ⁵importoAggiudicazione, ⁶tempiCompletamento,
#> # ⁷importoSommeLiquidate