Main Reshape orchestrator
This section contains the main user-facing function
iati_reshape_all.
# Run ONLY the 'location' extractor:
# iati_reshape_all(
# iati_file_url = "https://files.unhcr.org/en/reporting/unhcr-activities-2026.xml",
# folder_name = "data-raw/unhcr_2026",
# extractors = "location",
# verbose = TRUE
# )
#iati_reshape_all(
# iati_file_url = 'https://files.unhcr.org/en/reporting/unhcr-activities-2022.xml' ,
# folder_name = "data-raw/unhcr_2022")
# iati_reshape_all(
# iati_file_url = 'https://files.unhcr.org/en/reporting/unhcr-activities-2023.xml' ,
# folder_name = "data-raw/unhcr_2023")
# iati_reshape_all(
# iati_file_url = 'https://files.unhcr.org/en/reporting/unhcr-activities-2024.xml',
# folder_name = "data-raw/unhcr_2024")
# iati_reshape_all(
# iati_file_url = 'https://files.unhcr.org/en/reporting/unhcr-activities-2025.xml',
# folder_name = "data-raw/unhcr_2025")
# iati_reshape_all(
# iati_file_url = 'https://files.unhcr.org/en/reporting/unhcr-activities-2026.xml',
# folder_name = "data-raw/unhcr_2026")