if (FALSE) {
# --- Examples for Supported Catalogs ---
# 1. Data First (df): Get available access codes.
df_codes <- access_codes("df")
# 2. Economic Research Forum (erf): Get latest data entries (limited to 5).
erf_latest <- latest_entries("erf", limit = 5)
# 3. Food and Agriculture Organization (fao): Get available collections.
fao_collections <- collections("fao")
# 4. International Household Survey Network (ihsn): Get supported country codes.
ihsn_countries <- country_codes("ihsn")
# 5. International Labour Organization (ilo): Get available access codes.
ilo_codes <- access_codes("ilo")
# 6. Government of India (india): Get latest data entries (limited to 10).
india_latest <- latest_entries("india", limit = 10)
# 7. United Nations High Commissioner for Refugees (unhcr): Get available collections.
unhcr_collections <- collections("unhcr")
# 8. The World Bank (wb): Get supported country codes.
wb_countries <- country_codes("wb")
# Example for the metadata function (requires a study ID)
wb_study_metadata <- metadata("wb", id = 8098)
str(wb_study_metadata)
}
Run the code above in your browser using DataLab