Skip to contents

This function checks if and url exists

Usage

generate_empty_dati_tibble(xml_url, annoDiComunicazione)

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