uis_bulk_files {uisapi} | R Documentation |
Get files available for download via UIS BDDS
Description
Retrieves information about files available in the UNESCO Institute for Statistics (UIS) Bulk Data Download Service (BDDS).
Usage
uis_bulk_files()
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_description |
Character. Information about last update. |
Examples
# Download available files for bulk download
uis_bulk_files()
[Package uisapi version 0.1.0 Index]