Retrieves information about files available in the UNESCO Institute for Statistics (UIS) Bulk Data Download Service (BDDS).
Value
A data frame with information about files:
- file_name
Character. The name of the data set.
- file_url
Character. The URL of the data set.
- last_updated
Character. Information about last update.
Examples
# \donttest{
# Download available files for bulk download
uis_bulk_files()
#> # A tibble: 11 × 3
#> file_name file_url last_updated
#> <chr> <chr> <chr>
#> 1 "SDG 4 Education - Global and Thematic Indicators " https:/… Septembre 2…
#> 2 "Other Policy Relevant Indicators (OPRI)" https:/… September 2…
#> 3 " SDG 9.5 - Research and Development (R&D)" https:/… October 2024
#> 4 "Research and Development (R&D) – Other Policy Relevan… https:/… October 2024
#> 5 "SDG 11.4 Protect the Worlds Cultural and Natural Heri… https:/… October 2024
#> 6 "Demographic and Socio-economic Indicators" https:/… September 2…
#> 7 "Education Non Core Archive February 2020" https:/… NA
#> 8 "Research and Development (R&D) Archive March 2021" https:/… NA
#> 9 "Innovation Archive April 2017" https:/… NA
#> 10 "Cultural employment Archive June 2019" https:/… NA
#> 11 "Cultural trade Archive June 2021" https:/… NA
# }