ids_bulk_files {wbids} | R Documentation |
Retrieve Available Bulk Download Files for International Debt Statistics
Description
This function returns a tibble with metadata for files available for bulk download via the World Bank International Debt Statistics (IDS). It includes information such as file names, URLs, and the last update dates for each file in Excel (xlsx) format.
Usage
ids_bulk_files()
Value
A tibble containing the available files and their metadata:
- file_name
The name of the file available for download.
- file_url
The URL to download the file in Excel format.
- last_updated_date
The date when the file was last updated.
Examples
ids_bulk_files()
[Package wbids version 0.1.0 Index]