diff --git a/R/show_budget_gap.R b/R/show_budget_gap.R index f7634c7..d887025 100644 --- a/R/show_budget_gap.R +++ b/R/show_budget_gap.R @@ -27,9 +27,6 @@ #' @examples #' show_budget_gap(year = 2018, #' ctr_name = "Brazil") -#' -#' -#' #' show_budget_gap(year = 2018, #' ctr_name = "Brazil", #' weight_by = c("refugees", "oip")) @@ -121,8 +118,9 @@ show_budget_gap <- function(year, dplyr::left_join(ctrstat |> dplyr::select(year, weight) , by = c("year")) |> dplyr::mutate(budget_value = round(budget_value / weight,1), - transaction_value = round(transaction_value / weight,1))|> - dplyr::mutate(budget_gap = (budget_value - transaction_value) / budget_value *100) + transaction_value = round(transaction_value / weight,1)) + df2 <- df2 |> + dplyr::mutate(budget_gap2 = (budget_value - transaction_value) / budget_value *100) } @@ -145,9 +143,10 @@ show_budget_gap <- function(year, color = "Budget"), linewidth = 1.5, color = "#F592A0") + - ggplot2::scale_y_continuous( - expand = ggplot2::expansion(mult = c(0, .1)), - labels = scales::label_number(scale_cut = scales::cut_short_scale()) ) + + ggplot2::scale_y_continuous( limits=c(0,100)) + + # ggplot2::scale_y_continuous( + # #expand = ggplot2::expansion(mult = c(0, .1)), + # labels = scales::label_number(scale_cut = scales::cut_short_scale()) ) + # scale_x_continuous(labels = scales::label_number(scale_cut = cut_short_scale())) + # ggplot2::facet_wrap(~ trans_year) + unhcrthemes::theme_unhcr(grid = "Y", axis = "X", diff --git a/R/show_indicators_time.R b/R/show_indicators_time.R index 9d1764d..1fe36a6 100644 --- a/R/show_indicators_time.R +++ b/R/show_indicators_time.R @@ -209,7 +209,7 @@ show_indicators_time <- function(year, shape = 17, size = 3) + ggplot2::stat_summary(fun.data=mean_sdl, #mult=1, - geom="pointrange", color="grey", size = 3) + + geom="pointrange", color="grey", size = 1) + geom_hline(yintercept= 0, color="red") + # ggplot2::scale_color_viridis_d(option = "inferno", na.value = "grey50") + ggplot2::scale_colour_brewer(palette = "Paired") + @@ -230,9 +230,9 @@ show_indicators_time <- function(year, paste0( result_type_name, " Indicators ", programme_lab, ctr_name,iati_identifier_ops ) , 100), - subtitle = stringr::str_wrap( paste0( - "Deviation between reported \"Actual\" value and programmatic \"Target\" (in %)" ) , - 110), + subtitle = stringr::str_wrap( paste0( + "Progress comparison between \"Actual\" reported value and their \"baseline\" (in %)" ) , + 110), caption = stringr::str_wrap( "Data Source: UNHCR IATI (International Aid Transparency Initiative)" , 110) ) @@ -270,7 +270,7 @@ show_indicators_time <- function(year, shape = 17, size = 3) + ggplot2::stat_summary(fun.data=mean_sdl, #mult=1, - geom="pointrange", color="grey", size = 3) + + geom="pointrange", color="grey", size = 1) + geom_hline(yintercept= 0, color="red") + # ggplot2::scale_color_viridis_d(option = "inferno", na.value = "grey50") + ggplot2::scale_colour_brewer(palette = "Paired") + diff --git a/dev/dev_unhcr_programme.Rmd b/dev/dev_unhcr_programme.Rmd index 5f028c2..e93c92e 100644 --- a/dev/dev_unhcr_programme.Rmd +++ b/dev/dev_unhcr_programme.Rmd @@ -824,8 +824,9 @@ show_budget_gap <- function(year, dplyr::left_join(ctrstat |> dplyr::select(year, weight) , by = c("year")) |> dplyr::mutate(budget_value = round(budget_value / weight,1), - transaction_value = round(transaction_value / weight,1))|> - dplyr::mutate(budget_gap = (budget_value - transaction_value) / budget_value *100) + transaction_value = round(transaction_value / weight,1)) + df2 <- df2 |> + dplyr::mutate(budget_gap2 = (budget_value - transaction_value) / budget_value *100) } @@ -848,9 +849,10 @@ show_budget_gap <- function(year, color = "Budget"), linewidth = 1.5, color = "#F592A0") + - ggplot2::scale_y_continuous( - expand = ggplot2::expansion(mult = c(0, .1)), - labels = scales::label_number(scale_cut = scales::cut_short_scale()) ) + + ggplot2::scale_y_continuous( limits=c(0,100)) + + # ggplot2::scale_y_continuous( + # #expand = ggplot2::expansion(mult = c(0, .1)), + # labels = scales::label_number(scale_cut = scales::cut_short_scale()) ) + # scale_x_continuous(labels = scales::label_number(scale_cut = cut_short_scale())) + # ggplot2::facet_wrap(~ trans_year) + unhcrthemes::theme_unhcr(grid = "Y", axis = "X", @@ -871,9 +873,6 @@ show_budget_gap <- function(year, ```{r example-show_budget_gap, message=FALSE, warning=FALSE, fig.retina = 2, fig.width = 8, fig.asp = 0.618, fig.align = "center", out.width = "90%"} show_budget_gap(year = 2018, ctr_name = "Brazil") - - - show_budget_gap(year = 2018, ctr_name = "Brazil", weight_by = c("refugees", "oip")) @@ -1820,7 +1819,7 @@ show_indicators_time <- function(year, shape = 17, size = 3) + ggplot2::stat_summary(fun.data=mean_sdl, #mult=1, - geom="pointrange", color="grey", size = 3) + + geom="pointrange", color="grey", size = 1) + geom_hline(yintercept= 0, color="red") + # ggplot2::scale_color_viridis_d(option = "inferno", na.value = "grey50") + ggplot2::scale_colour_brewer(palette = "Paired") + @@ -1841,9 +1840,9 @@ show_indicators_time <- function(year, paste0( result_type_name, " Indicators ", programme_lab, ctr_name,iati_identifier_ops ) , 100), - subtitle = stringr::str_wrap( paste0( - "Deviation between reported \"Actual\" value and programmatic \"Target\" (in %)" ) , - 110), + subtitle = stringr::str_wrap( paste0( + "Progress comparison between \"Actual\" reported value and their \"baseline\" (in %)" ) , + 110), caption = stringr::str_wrap( "Data Source: UNHCR IATI (International Aid Transparency Initiative)" , 110) ) @@ -1881,7 +1880,7 @@ show_indicators_time <- function(year, shape = 17, size = 3) + ggplot2::stat_summary(fun.data=mean_sdl, #mult=1, - geom="pointrange", color="grey", size = 3) + + geom="pointrange", color="grey", size = 1) + geom_hline(yintercept= 0, color="red") + # ggplot2::scale_color_viridis_d(option = "inferno", na.value = "grey50") + ggplot2::scale_colour_brewer(palette = "Paired") + diff --git a/docs/articles/unhcr-programme.html b/docs/articles/unhcr-programme.html index ca345d8..851f61a 100644 --- a/docs/articles/unhcr-programme.html +++ b/docs/articles/unhcr-programme.html @@ -320,10 +320,7 @@
-
-
-
-show_budget_gap(year = 2018,
+show_budget_gap(year = 2018,
ctr_name = "Brazil",
weight_by = c("refugees", "oip"))
show_budget_gap(year = 2018,
ctr_name = "Brazil")
-
-
-
show_budget_gap(year = 2018,
ctr_name = "Brazil",
weight_by = c("refugees", "oip"))
diff --git a/docs/reference/show_indicators_time-1.png b/docs/reference/show_indicators_time-1.png
index 60b4240..ac34d83 100644
Binary files a/docs/reference/show_indicators_time-1.png and b/docs/reference/show_indicators_time-1.png differ
diff --git a/docs/reference/show_indicators_time-3.png b/docs/reference/show_indicators_time-3.png
index 6e53d7d..6b5aa57 100644
Binary files a/docs/reference/show_indicators_time-3.png and b/docs/reference/show_indicators_time-3.png differ
diff --git a/docs/reference/show_indicators_time-5.png b/docs/reference/show_indicators_time-5.png
index 6a83485..e654ef3 100644
Binary files a/docs/reference/show_indicators_time-5.png and b/docs/reference/show_indicators_time-5.png differ
diff --git a/docs/search.json b/docs/search.json
index bc602f4..d19ce89 100644
--- a/docs/search.json
+++ b/docs/search.json
@@ -1 +1 @@
-[{"path":"/articles/get-started.html","id":"show-donors---show_donors","dir":"Articles","previous_headings":"","what":"Show donors - show_donors","title":"Get started","text":"","code":"show_donors(year = 2020, geo = \"The Americas\", transtype = \"11\" ) # , ## \"3\" \"4\" \"11\" metric = \"USD\""},{"path":"/articles/get-started.html","id":"show-implementers---show_implementers","dir":"Articles","previous_headings":"","what":"Show implementers - show_implementers","title":"Get started","text":"","code":"show_implementers(year = 2020, geo = \"The Americas\", transtype = \"11\" )"},{"path":[]},{"path":"/articles/unhcr-programme.html","id":"show-donors","dir":"Articles","previous_headings":"Using iati::dataTransaction","what":"Show donors","title":"UNHCR Programme","text":"main donors country terms transaction?","code":"knitr::kable(iati::dataTransaction |> dplyr::select( transaction_type_name, transaction_type_description) |> dplyr::distinct() ) show_donors(year = 2022, programme_lab = \"The Americas\", transaction_type_name = \"Incoming Commitment\" ) show_donors(year = 2018, ctr_name = \"Brazil\", transaction_type_name = \"Incoming Commitment\" ) show_donors(year = 2018, programme_lab = \"Brazil\", transaction_type_name = \"Disbursement\" ) show_donors(year = 2018, programme_lab = \"Brazil\", transaction_type_name = \"Expenditure\" )"},{"path":"/articles/unhcr-programme.html","id":"show_top_donors","dir":"Articles","previous_headings":"Using iati::dataTransaction","what":"show_top_donors","title":"UNHCR Programme","text":"","code":"show_top_donors(year = 2022, ctr_name = \"Brazil\", transaction_type_name = \"Incoming Commitment\" , top_n = 5) show_top_donors(year = 2020, ctr_name = \"Brazil\", transaction_type_name = \"Incoming Commitment\" , top_n = 10)"},{"path":"/articles/unhcr-programme.html","id":"show_earmarking","dir":"Articles","previous_headings":"Using iati::dataTransaction","what":"show_earmarking","title":"UNHCR Programme","text":"’s breakdown Earmarking Type (Un-earmarked, Tightly earmarked, etc.) Donor Funds Year?","code":"knitr::kable(iati::dataTransaction |> dplyr::select(earmarking_name, earmarking_description) |> dplyr::distinct() |> dplyr::filter(!(is.na(earmarking_name)))) show_earmarking(year = 2018, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = \"Brazil\")"},{"path":"/articles/unhcr-programme.html","id":"show_contributions","dir":"Articles","previous_headings":"Using iati::dataTransaction","what":"show_contributions","title":"UNHCR Programme","text":"","code":"knitr::kable(iati::dataTransaction |> dplyr::select(aid_type1_name, aid_type1_description) |> dplyr::distinct() |> dplyr::filter(!(is.na(aid_type1_name)))) show_contributions(year = 2018, ctr_name = \"Brazil\") show_contributions(year = 2018, programme_lab = \"The Americas\")"},{"path":[]},{"path":"/articles/unhcr-programme.html","id":"show_expenditure","dir":"Articles","previous_headings":"Using iati::dataBudget","what":"show_expenditure","title":"UNHCR Programme","text":"much expenditures compare initial budget (potentially weighted # )?","code":"show_expenditure(year = 2018, ctr_name = \"Brazil\") show_expenditure(year = 2018, ctr_name = \"Brazil\", weight_by = c(\"refugees\", \"oip\"))"},{"path":"/articles/unhcr-programme.html","id":"show_budget_gap","dir":"Articles","previous_headings":"Using iati::dataBudget","what":"show_budget_gap","title":"UNHCR Programme","text":"","code":"show_budget_gap(year = 2018, ctr_name = \"Brazil\") show_budget_gap(year = 2018, ctr_name = \"Brazil\", weight_by = c(\"refugees\", \"oip\"))"},{"path":[]},{"path":"/articles/unhcr-programme.html","id":"show-partnership","dir":"Articles","previous_headings":"Using iati::dataParticipating_org","what":"Show partnership","title":"UNHCR Programme","text":"organisations partner together?","code":"show_partnership(year = 2022, ctr_name = \"Brazil\" )"},{"path":[]},{"path":"/articles/unhcr-programme.html","id":"show_sectors","dir":"Articles","previous_headings":"Using iati::dataSector","what":"show_sectors","title":"UNHCR Programme","text":"funded sectors per country (Expenditure evolution per impact /outcome area)?","code":"knitr::kable( iati::dataSector |> dplyr::select( sector_vocabulary_name, sector_vocabulary_description) |> dplyr::distinct() |> dplyr::filter(!(is.na(sector_vocabulary_name)))) show_sectors( year = c(2020, 2021, 2022), ctr_name = \"Brazil\", sector_vocabulary_name = \"Reporting Organisation\") show_sectors( year = 2022, ctr_name = \"Brazil\", sector_vocabulary_name = \"Reporting Organisation 2\") show_sectors( year = c(2020, 2021, 2022), ctr_name = \"Brazil\", sector_vocabulary_name = \"Reporting Organisation 2\") show_sectors( year = c(2017,2018,2019,2020,2021, 2022), ctr_name = \"Brazil\", sector_vocabulary_name = \"Humanitarian Global Clusters (Inter-Agency Standing Committee)\") show_sectors( year = c(2017,2018,2019,2020,2021, 2022), ctr_name = \"Brazil\", sector_vocabulary_name = \"OECD DAC CRS Purpose Codes (5 digit)\")"},{"path":"/articles/unhcr-programme.html","id":"show_sectors_rbm","dir":"Articles","previous_headings":"Using iati::dataSector","what":"show_sectors_rbm","title":"UNHCR Programme","text":"","code":"show_sectors_rbm( year = c(2017, 2018, 2019, 2020, 2021, 2022), ctr_name = \"Brazil\")"},{"path":[]},{"path":"/articles/unhcr-programme.html","id":"show_indicators","dir":"Articles","previous_headings":"Using iati::dataResult","what":"show_indicators","title":"UNHCR Programme","text":"much indicators relate target baseline?","code":"show_indicators(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Outcome\", type = \"deviation\" ) show_indicators(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Impact\", type = \"deviation\" ) show_indicators(year = 2019, ctr_name = \"Brazil\", result_type_name = \"Output\", type = \"deviation\" ) show_indicators(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Outcome\", type = \"progress\" ) show_indicators(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Impact\", type = \"progress\" ) show_indicators(year = 2019, ctr_name = \"Brazil\", result_type_name = \"Output\", type = \"progress\" )"},{"path":"/articles/unhcr-programme.html","id":"show_indicators_time","dir":"Articles","previous_headings":"Using iati::dataResult","what":"show_indicators_time","title":"UNHCR Programme","text":"","code":"show_indicators_time(year = 2020, ctr_name = \"Brazil\", result_type_name = \"Outcome\", type = \"deviation\" ) show_indicators_time(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Impact\", type = \"deviation\" ) show_indicators_time(year = 2019, ctr_name = \"Brazil\", result_type_name = \"Output\", type = \"deviation\" ) show_indicators_time(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Outcome\", type = \"progress\" ) show_indicators_time(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Impact\", type = \"progress\" ) show_indicators_time(year = 2019, ctr_name = \"Brazil\", result_type_name = \"Output\", type = \"progress\" )"},{"path":"/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Edouard Legoupil. Author, maintainer. Matheus Soldi Hardt. Author. Hisham Galal. Author.","code":""},{"path":"/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Legoupil E, Soldi Hardt M, Galal H (2024). iati: UNHCR IATI Data Crunching. R package version 0.1.1, https://unhcr-americas.github.io/iati/docs/.","code":"@Manual{, title = {iati: UNHCR IATI Data Crunching}, author = {Edouard Legoupil and Matheus {Soldi Hardt} and Hisham Galal}, year = {2024}, note = {R package version 0.1.1}, url = {https://unhcr-americas.github.io/iati/docs/}, }"},{"path":[]},{"path":"/index.html","id":"objective","dir":"","previous_headings":"","what":"Objective","title":"UNHCR IATI Data Crunching","text":"data package UNHCR contribution International Aid Transparency Initiative (IATI) aims : reshaping IATI extraction complex xml file structure user-friendly tabular format necessary look-code tables offer easy consume documentation data structure provide built-ggplot2 visualization, aka “chart library” around high level key questions UNHCR programme. visualizations can integrated Operation Situation Analysis Protection Monitoring Analysis.","code":""},{"path":"/index.html","id":"install","dir":"","previous_headings":"","what":"Install","title":"UNHCR IATI Data Crunching","text":"","code":"# install.packages(\"pak\") pak::pkg_install(\"unhcr-americas/iati\")"},{"path":"/index.html","id":"context","dir":"","previous_headings":"","what":"Context","title":"UNHCR IATI Data Crunching","text":"Extracting information IATI can assist governments plan manage budgets; parliamentarians citizens better hold governments accountable; community-based organisations influence resources used; journalists, researchers activists investigate use impact resources. Information Global Focus translated monthly IATI open data standard published using UNHCR’s IATI identifier: XM-DAC-41121. overview publication process accessible IATI Dashboard. Every UNHCR operation world-wide reported year 2016. includes financial information (budget, contributions, disbursements expenditure), office locations, results various levels activity. Activities 2019 onwards published soon possible become available. current package updated much possible….","code":""},{"path":"/index.html","id":"what-is-iati","dir":"","previous_headings":"Context","what":"What is IATI?","title":"UNHCR IATI Data Crunching","text":"Launched Accra 2008, International Aid Transparency Initiative (IATI) multi-stakeholder initiative international open data standard aims improve transparency openness development humanitarian activities. 2016 Humanitarian grand Bargain, multiple organisations also committed “Publish timely, transparent, harmonised open high-quality data humanitarian funding within two years World Humanitarian Summit Istanbul” noting parties “consider IATI provide basis purpose common standard.” IATI provides mechanism regular, automated publication open data financial flows also enables organizations publish information project programming activities, including information monitoring, evaluation results. Overall, 1000+ humanitarian development organisations, including government donors, multilateral UN agencies international local NGOs currently use IATI Standard publish information funds , money goes impact outcome activities. use IATI Humanitarian actors among commitment grand bargain presented dedicated portal. International Aid Transparency Initiative (IATI) data trace aid flows donor treasuries final end use. IATI designed people can trace development spending flows development implementation chain, one organization organizations, right final stage chain: spending goods services. Traceability IATI works following money flows organization organization development implementation chain. Provided organizations publish information, possible assess much total funding beginning implementation chain spent goods services, money spent. Data published IATI published activity units, core building blocks data. Activities usually projects, can unit development cooperation defined publisher, program contract. Typically,entire donor country program made number activities. activity given unique identifier contains details incoming outgoing transactions. transaction also unique identifier contains data covering,among things,date, value, description, details provider receivers funds. classified one three categories. Disbursement: Outgoing funds placed disposal recipient government organization, funds transferred two separately reported activities. IATI traceability standards recipient disbursement also required report activities IATI. Expenditure: Outgoing funds spent directly goods services activity. recipients expenditures fall outside IATI traceability standards considered end implementation chain. Therefore, expenditure provided non-country-based organization considered funds `reaching country. Incoming fund: Funds received activity, can external internal source. Organisations can different roles IATI (segregated different “Organisation Types”): * Reporting Organisations, .e. organisations voluntarily reporting aid projects * Implementations organisations, actually implements activity. main concept summarized table IFRC IATI Feasibility Study - see also Appendices diagram provides also summary main topics covered IATI:","code":""},{"path":"/index.html","id":"key-visualisation-on-unhcr-programme-in-the-library-work-in-progress","dir":"","previous_headings":"Context","what":"Key Visualisation on UNHCR Programme in the library (work-in-progress)","title":"UNHCR IATI Data Crunching","text":"funded sectors per country (Expenditure evolution per impact /outcome area)? main donors country terms number projects /total budget? main implementing partners country terms number projects /total budget? ’s breakdown Earmarking Type (Un-earmarked, Tightly earmarked, etc.) Donor Funds Year? ’s level partnership organisations implementing projects? much expenditures compare initial budget (weighted # PoCs / GPP country)? much indicators evolve time thresholds?","code":""},{"path":"/index.html","id":"out-of-scope-humanitarian-funding-at-large","dir":"","previous_headings":"Context","what":"Out of Scope: Humanitarian Funding at large","title":"UNHCR IATI Data Crunching","text":"package includes UNHCR Data, following questions can adressed: share funds received different UN Agencies (UNICEF, WFP, IOM, UNDP, UNOCHA)? much donors balance resources different humanitarian crisis? much donors allocate budget humanitarian development programmes devoted displacement crisis key donors/region much donors funding goes migratory vs refugee issues? ’s share ODA (Official Development Assistance) among total flow foreign aid per country? ’s share ODA going benefit refugees? (can complement measurement Global Refugee Compact Indicators related ODA) share ODA allocated national actors? ’s share Humanitarian assistance within total ODA?","code":""},{"path":"/index.html","id":"contribute","dir":"","previous_headings":"","what":"Contribute","title":"UNHCR IATI Data Crunching","text":"package includes different tables (data, code & reference) together series visualization functions, aka “chart library”“, (show) based ggplot2 package built help fusen package allow easily maintain consistent documentation single notebook.","code":"fusen::inflate(flat_file = \"dev/dev_unhcr_programme.Rmd\", vignette_name = \"UNHCR Programme\")"},{"path":"/reference/activity.html","id":null,"dir":"Reference","previous_headings":"","what":"activity — activity","title":"activity — activity","text":"Records activities since UNHCR Programme 2016 IATI format","code":""},{"path":"/reference/activity.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"activity — activity","text":"","code":"activity"},{"path":"/reference/activity.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"activity — activity","text":"data frame 825 rows 45 variables: iati_identifier character globally unique identifier activity. reporting_org character organisation issuing report. May primary source (reporting activity donor, implementing agency, etc) secondary source (reporting activities another organisation). reporting_org_ref character Machine-readable identification string organisation issuing report. Must format RegistrationAgency-RegistrationNumber RegistrationAgency valid code Organisation Registration Agency code list RegistrationNumber valid identifier issued RegistrationAgency. reporting_org_type character type organisation issuing report. See IATI codelist values. reporting_org_secondary_reporter logical flag indicating reporting organisation activity acting secondary reporter. secondary reporter one reproduces data activities organisation directly responsible. include publisher officially assigned proxy report behalf another. title_eng character short, human-readable title contains meaningful summary activity. English title_fr character short, human-readable title contains meaningful summary activity. French title_es character short, human-readable title contains meaningful summary activity. Spanish title_zh character short, human-readable title contains meaningful summary activity. Chinese title_ru character short, human-readable title contains meaningful summary activity. Russian title_ar character short, human-readable title contains meaningful summary activity. Arabic description_type_1 character type description provided. required one general description activity reported. description_eng_1 character Description type 1 - English descriptionv_fr_1 character Description type 1 - French description_type_2 character COLUMN_DESCRIPTION description_eng_2 character COLUMN_DESCRIPTION descriptionv_fr_2 character COLUMN_DESCRIPTION activity_status_code double COLUMN_DESCRIPTION activity_date_1 date COLUMN_DESCRIPTION activity_date_type_1 double COLUMN_DESCRIPTION activity_date_2 date COLUMN_DESCRIPTION activity_date_type_2 double COLUMN_DESCRIPTION activity_date_3 date COLUMN_DESCRIPTION activity_date_type_3 double COLUMN_DESCRIPTION activity_date_4 date COLUMN_DESCRIPTION activity_date_type_4 double COLUMN_DESCRIPTION contact_info_type character COLUMN_DESCRIPTION contact_info_org character COLUMN_DESCRIPTION contact_info_email character COLUMN_DESCRIPTION contact_info_website character COLUMN_DESCRIPTION contact_info_mailing_address character COLUMN_DESCRIPTION activity_scope_code double COLUMN_DESCRIPTION recipient_country_code character COLUMN_DESCRIPTION recipient_country_pct logical COLUMN_DESCRIPTION recipient_country logical COLUMN_DESCRIPTION recipient_region_code double COLUMN_DESCRIPTION recipient_region_vocabulary double COLUMN_DESCRIPTION recipient_region_vocabulary_url character COLUMN_DESCRIPTION recipient_region_pct logical COLUMN_DESCRIPTION recipient_region character COLUMN_DESCRIPTION collaboration_type_code double type collaboration involved activity’s disbursements, e.g. “bilateral” “multilateral”. default_flow_type_code double COLUMN_DESCRIPTION default_finance_type_code double COLUMN_DESCRIPTION default_tied_status_code double COLUMN_DESCRIPTION capital_spend double COLUMN_DESCRIPTION","code":""},{"path":"/reference/activity.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"activity — activity","text":"https://iatistandard.org/en/iati-standard/203/activity-standard/iati-activities/iati-activity/","code":""},{"path":"/reference/activity.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"activity — activity","text":"","code":"{ knitr::kable(head(activity, 10)) } #> #> #> |iati_identifier |reporting_org |reporting_org_ref | reporting_org_type|reporting_org_secondary_reporter |title_eng |title_fr |title_es |title_zh |title_ru |title_ar | description_type_1|description_eng_1 |descriptionv_fr_1 | description_type_2|description_eng_2 |descriptionv_fr_2 | activity_status_code|activity_date_1 | activity_date_type_1|activity_date_2 | activity_date_type_2|activity_date_3 | activity_date_type_3|activity_date_4 | activity_date_type_4|contact_info_type |contact_info_org |contact_info_email |contact_info_website |contact_info_mailing_address | activity_scope_code|recipient_country_code |recipient_country_pct |recipient_country | recipient_region_code| recipient_region_vocabulary|recipient_region_vocabulary_url |recipient_region_pct |recipient_region | collaboration_type_code| default_flow_type_code| default_finance_type_code| default_tied_status_code| capital_spend| #> |:-------------------------|:-----------------------------------------------------|:-----------------|------------------:|:--------------------------------|:-----------------------------------------------------------|:--------------------------------------------------------------|:--------|:--------|:--------|:--------|------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------:|:---------------|--------------------:|:---------------|--------------------:|:---------------|--------------------:|:---------------|--------------------:|:-----------------|:-----------------------------------------------------|:------------------|:---------------------|:-------------------------------------------------|-------------------:|:----------------------|:---------------------|:-----------------|---------------------:|---------------------------:|:---------------------------------------|:--------------------|:----------------------------|-----------------------:|----------------------:|-------------------------:|------------------------:|-------------:| #> |XM-DAC-41121-2016 |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR - The UN Refugee Agency (2016) |UNHCR - L'Agence des Nations Unies pour les réfugiés (2016) |NA |NA |NA |NA | 1|This is the overall activity for 2016 UNHCR operations. |Celle-ci est l'activité globale des opérations du HCR en 2016. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-12-31 | 4|2016-01-01 | 2|2016-01-01 | 1|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 1|NA |NA |NA | 1| 2|NA |NA |World | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-AFR |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in Africa (2016) |Opérations du HCR en Afrique (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in Africa for 2016 including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR en Afrique pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-01-01 | 2|2016-12-31 | 3|2016-12-31 | 4|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |Africa | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-AME |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in the Americas (2016) |Opérations du HCR dans les Amériques (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in the Americas for 2016 including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR dans les Amériques pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-01-01 | 2|2016-12-31 | 3|2016-12-31 | 4|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |The Americas | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-ASO |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in Asia and the Pacific (2016) |Opérations du HCR en Asie et dans le Pacifique (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in Asia and the Pacific for 2016 including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR en Asie et dans le Pacifique pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-12-31 | 4|2016-01-01 | 1|2016-12-31 | 3|2016-01-01 | 2|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |Asia and the Pacific | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-EUR |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in Europe (2016) |Opérations du HCR en Europe (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in Europe for 2016 including including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR en Europe pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 2|2016-12-31 | 4|2016-01-01 | 1|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |Europe | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-MENA |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in the Middle East and North Africa (2016) |Opérations du HCR au Moyen-Orient et au Afrique du Nord (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in the Middle East and North Africa for 2016 including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR au Moyen-Orient et au Afrique du Nord pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-12-31 | 4|2016-01-01 | 2|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |Middle East and North Africa | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-AFR-AGO |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR Operation in Angola (2016) |L'opération du HCR en Angola (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operation in Angola for 2016 including the budget, funding, expenditure and results. |Cette activité montre les détails de l'opération du HCR en Angola pour 2016, y compris le budget, les financements, les dépenses et les résultats. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-12-31 | 4|2016-01-01 | 2|2016-01-01 | 1|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 4|AO |NA |NA | NA| NA|NA |NA |NA | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-AFR-BDI |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR Operation in Burundi (2016) |L'opération du HCR au Burundi (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operation in Burundi for 2016 including the budget, funding, expenditure and results. |Cette activité montre les détails de l'opération du HCR au Burundi pour 2016, y compris le budget, les financements, les dépenses et les résultats. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-12-31 | 4|2016-01-01 | 2|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 4|BI |NA |NA | NA| NA|NA |NA |NA | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-AFR-BFA |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR Operation in Burkina Faso (2016) |L'opération du HCR au Burkina Faso (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operation in Burkina Faso for 2016 including the budget, funding, expenditure and results. |Cette activité montre les détails de l'opération du HCR au Burkina Faso pour 2016, y compris le budget, les financements, les dépenses et les résultats. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-12-31 | 4|2016-12-31 | 3|2016-01-01 | 2|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 4|BF |NA |NA | NA| NA|NA |NA |NA | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-AFR-BWA |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR Operation in Botswana (2016) |L'opération du HCR au Botswana (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operation in Botswana for 2016 including the budget, funding, expenditure and results. |Cette activité montre les détails de l'opération du HCR au Botswana pour 2016, y compris le budget, les financements, les dépenses et les résultats. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-01-01 | 2|2016-12-31 | 3|2016-12-31 | 4|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 4|BW |NA |NA | NA| NA|NA |NA |NA | 4| 10| 110| 5| 0|"},{"path":"/reference/budget.html","id":null,"dir":"Reference","previous_headings":"","what":"Budget — budget","title":"Budget — budget","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/budget.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Budget — budget","text":"","code":"budget"},{"path":"/reference/budget.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"Budget — budget","text":"data frame 840 rows 8 variables: iati_identifier character globally unique identifier activity. budget_type character COLUMN_DESCRIPTION budget_status character COLUMN_DESCRIPTION budget_period_start character COLUMN_DESCRIPTION budget_period_end character COLUMN_DESCRIPTION budget_currency character COLUMN_DESCRIPTION budget_value_date character COLUMN_DESCRIPTION budget_value character COLUMN_DESCRIPTION","code":""},{"path":"/reference/budget.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"Budget — budget","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/budget.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Budget — budget","text":"","code":"{ knitr::kable(head(budget, 10)) } #> #> #> |iati_identifier |budget_type |budget_status |budget_period_start |budget_period_end |budget_currency |budget_value_date |budget_value | #> |:---------------------------|:-----------|:-------------|:-------------------|:-----------------|:---------------|:-----------------|:------------| #> |XM-DAC-41121-2016-AFR-AGO |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |3721489.92 | #> |XM-DAC-41121-2016-AFR-BDI |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |34538841.62 | #> |XM-DAC-41121-2016-AFR-BFA |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |21679175.82 | #> |XM-DAC-41121-2016-AFR-BWA |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |3333214.59 | #> |XM-DAC-41121-2016-AFR-CAF |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |57558703.669 | #> |XM-DAC-41121-2016-AFR-CIV |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |30785019.55 | #> |XM-DAC-41121-2016-AFR-CMR |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |98624602.509 | #> |XM-DAC-41121-2016-AFR-CODRO |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |209710336.16 | #> |XM-DAC-41121-2016-AFR-COG |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |32000000.31 | #> |XM-DAC-41121-2016-AFR-DJI |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |31987830.36 |"},{"path":"/reference/codeActivityDateType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeActivityDateType — codeActivityDateType","title":"codeActivityDateType — codeActivityDateType","text":"Types date activities. many different business models dates can used describe start end activities. recommended publisher adopts consistent approach provides users meaningful indication lifespan activity.","code":""},{"path":"/reference/codeActivityDateType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeActivityDateType — codeActivityDateType","text":"","code":"codeActivityDateType"},{"path":"/reference/codeActivityDateType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeActivityDateType — codeActivityDateType","text":"data frame 4 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeActivityDateType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeActivityDateType — codeActivityDateType","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeActivityDateType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeActivityDateType — codeActivityDateType","text":"","code":"{ knitr::kable(head(codeActivityDateType, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-------------|:----------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Planned start |The date on which the activity is planned to start, for example the date of the first planned disbursement or when physical activity starts. |NA |NA |active | #> | 2|Actual start |The actual date the activity starts, for example the date of the first disbursement or when physical activity starts. |NA |NA |active | #> | 3|Planned End |The date on which the activity is planned to end, for example the date of the last planned disbursement or when physical activity is complete. |NA |NA |active | #> | 4|Actual end |The actual date the activity ends, for example the date of the last disbursement or when physical activity is complete. |NA |NA |active |"},{"path":"/reference/codeActivityScope.html","id":null,"dir":"Reference","previous_headings":"","what":"codeActivityScope — codeActivityScope","title":"codeActivityScope — codeActivityScope","text":"Geographic scope activity","code":""},{"path":"/reference/codeActivityScope.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeActivityScope — codeActivityScope","text":"","code":"codeActivityScope"},{"path":"/reference/codeActivityScope.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeActivityScope — codeActivityScope","text":"data frame 8 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeActivityScope.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeActivityScope — codeActivityScope","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeActivityScope.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeActivityScope — codeActivityScope","text":"","code":"{ knitr::kable(head(codeActivityScope, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-----------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Global |The activity scope is global |NA |NA |active | #> | 2|Regional |The activity scope is a supranational region |NA |NA |active | #> | 3|Multi-national |The activity scope covers multiple countries, that don't constitute a region |NA |NA |active | #> | 4|National |The activity scope covers one country |NA |NA |active | #> | 5|Sub-national: Multi-first-level administrative areas |The activity scope covers more than one first-level subnational administrative areas (e.g. counties, provinces, states) |NA |NA |active | #> | 6|Sub-national: Single first-level administrative area |The activity scope covers one first-level subnational administrative area (e.g. country, province, state) |NA |NA |active | #> | 7|Sub-national: Single second-level administrative area |The activity scope covers one second-level subnational administrative area (e.g. municipality or district) |NA |NA |active | #> | 8|Single location |The activity scope covers one single location (e.g. town, village, farm) |NA |NA |active |"},{"path":"/reference/codeActivityStatus.html","id":null,"dir":"Reference","previous_headings":"","what":"codeActivityStatus — codeActivityStatus","title":"codeActivityStatus — codeActivityStatus","text":"Lifecycle status activity pipeline completion","code":""},{"path":"/reference/codeActivityStatus.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeActivityStatus — codeActivityStatus","text":"","code":"codeActivityStatus"},{"path":"/reference/codeActivityStatus.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeActivityStatus — codeActivityStatus","text":"data frame 6 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeActivityStatus.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeActivityStatus — codeActivityStatus","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeActivityStatus.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeActivityStatus — codeActivityStatus","text":"","code":"{ knitr::kable(head(codeActivityStatus, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-----------------------|:--------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Pipeline/identification |The activity is being scoped or planned |NA |NA |active | #> | 2|Implementation |The activity is currently being implemented |NA |NA |active | #> | 3|Finalisation |Physical activity is complete or the final disbursement has been made, but the activity remains open pending financial sign off or M&E |NA |NA |active | #> | 4|Closed |Physical activity is complete or the final disbursement has been made. |NA |NA |active | #> | 5|Cancelled |The activity has been cancelled |NA |NA |active | #> | 6|Suspended |The activity has been temporarily suspended |NA |NA |active |"},{"path":"/reference/codeAidType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeAidType — codeAidType","title":"codeAidType — codeAidType","text":"See: http://www.oecd.org/dac/stats/dacandcrscodelists.htm","code":""},{"path":"/reference/codeAidType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeAidType — codeAidType","text":"","code":"codeAidType"},{"path":"/reference/codeAidType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeAidType — codeAidType","text":"data frame 18 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeAidType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeAidType — codeAidType","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeAidType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeAidType — codeAidType","text":"","code":"{ knitr::kable(head(codeAidType, 10)) } #> #> #> |code |name |description |category |url |status | #> |:----|:---------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> |A01 |General budget support |Unearmarked contributions to the government budget including funding to support the implementation of macroeconomic reforms (structural adjustment programmes, poverty reduction strategies). Budget support is a method of financing a recipient country’s budget through a transfer of resources from an external financing agency to the recipient government’s national treasury. The funds thus transferred are managed in accordance with the recipient’s budgetary procedures. Funds transferred to the national treasury for financing programmes or projects managed according to different budgetary procedures from those of the recipient country, with the intention of earmarking the resources for specific uses, are therefore excluded. |A |NA |active | #> |A02 |Sector budget support |Sector budget support, like general budget support, is a financial contribution to a recipient government’s budget. However, in sector budget support, the dialogue between donors and partner governments focuses on sector-specific concerns, rather than on overall policy and budget priorities. |A |NA |active | #> |B01 |Core support to NGOs, other private bodies, PPPs and research institutes |Funds are paid over to NGOs (local, national and international) for use at the latter’s discretion, and contribute to programmes and activities which NGOs have developed themselves, and which they implement on their own authority and responsibility. Core contributions to PPPs, funds paid over to foundations (e.g. philanthropic foundations), and contributions to research institutes (public and private) are also recorded here. Annex 2 of the DAC Directives provides a list of INGOs, PPPs and networks core contributions to which may be reported under B01. This list is not exclusive. |B |NA |active | #> |B02 |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). |B |NA |active | #> |B03 |Contributions to specific-purpose programmes and funds managed by implementing partners |In addition to their core-funded operations, international organisations, NGOs, PPPs and networks, both in provider and in third countries, set up programmes and funds with a specific sectoral, thematic or geographical focus. Donors’ bilateral contributions to such programmes and funds are recorded here. |B |NA |active | #> |B04 |Basket funds/pooled funding |The donor contributes funds to an autonomous account, managed jointly with other donors and/or the recipient. The account will have specific purposes, modes of disbursement and accountability mechanisms, and a limited time frame. Basket funds are characterised by common project documents, common funding contracts and common reporting/audit procedures with all donors. Donors’ contributions to funds managed autonomously by international organisations are recorded under B03. |B |NA |active | #> |C01 |Project-type interventions |A project is a set of inputs, activities and outputs, agreed with the partner country*, to reach specific objectives/outcomes within a defined time frame, with a defined budget and a defined geographical area. Projects can vary significantly in terms of objectives, complexity, amounts involved and duration. There are smaller projects that might involve modest financial resources and last only a few months, whereas large projects might involve more significant amounts, entail successive phases and last for many years. A large project with a number of different components is sometimes referred to as a programme, but should nevertheless be recorded here. Feasibility studies, appraisals and evaluations are included (whether designed as part of projects/programmes or dedicated funding arrangements). Academic studies, research and development, trainings, scholarships, and other technical assistance activities not directly linked to development projects/programmes should instead be recorded under D02. Aid channelled through NGOs or multilaterals is also recorded here. This includes payments for NGOs and multilaterals to implement donors’ projects and programmes, and funding of specified NGOs projects. By contrast, core funding of NGOs and multilaterals as well as contributions to specific-purpose funds are recorded under B.* In the cases of equity investments, humanitarian aid or aid channelled through NGOs, projects are recorded here even if there was no direct agreement between the donor and the partner country. |C |NA |active | #> |D01 |Donor country personnel |Experts, consultants, teachers, academics, researchers, volunteers and contributions to public and private bodies for sending experts to developing countries. |D |NA |active | #> |D02 |Other technical assistance |Provision, outside projects as described in category C01, of technical assistance in recipient countries (excluding technical assistance performed by donor experts reported under D01, and scholarships/training in donor country reported under E01). This includes training and research; language training; south-south studies; research studies; collaborative research between donor and recipient universities and organisations); local scholarships; development-oriented social and cultural programmes. This category also covers ad hoc contributions such as conferences, seminars and workshops, exchange visits, publications, etc. |D |NA |active | #> |E01 |Scholarships/training in donor country |Financial aid awards for individual students and contributions to trainees. |E |NA |active |"},{"path":"/reference/codeAidTypeCategory.html","id":null,"dir":"Reference","previous_headings":"","what":"codeAidTypeCategory — codeAidTypeCategory","title":"codeAidTypeCategory — codeAidTypeCategory","text":"codelists exists group Aid Type codelist categories. used codelist right. External URL: http://www.oecd.org/dac/stats/dacandcrscodelists.htm","code":""},{"path":"/reference/codeAidTypeCategory.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeAidTypeCategory — codeAidTypeCategory","text":"","code":"codeAidTypeCategory"},{"path":"/reference/codeAidTypeCategory.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeAidTypeCategory — codeAidTypeCategory","text":"data frame 8 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeAidTypeCategory.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeAidTypeCategory — codeAidTypeCategory","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeAidTypeCategory.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeAidTypeCategory — codeAidTypeCategory","text":"","code":"{ knitr::kable(head(codeAidTypeCategory, 10)) } #> #> #> |code |name |description |category |url |status | #> |:----|:--------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> |A |Budget support |For contributions under this category, the donor relinquishes the exclusive control of its funds by sharing the responsibility with the recipient. |NA |NA |active | #> |B |Core contributions and pooled programmes and funds |For contributions under this category, the donor relinquishes the exclusive control of its funds by sharing the responsibility with other stakeholders (other donors, NGOs, multilateral institutions, Public Private Partnerships). The category covers both core contributions (B01 and B02), and pooled contributions with a specific earmarking (B03 and B04). |NA |NA |active | #> |C |Project-type interventions |N.B. Within this category, members able to do so are requested to report the aggregate amount used for financing donor experts/consultants on Table DAC11. Where the activity consists solely of experts’ costs, report under category D. |NA |NA |active | #> |D |Experts and other technical assistance |This category covers the provision, outside projects as described in category C, of know-how in the form of personnel, training and research. |NA |NA |active | #> |E |Scholarships and student costs in donor countries |NA |NA |NA |active | #> |F |Debt relief |NA |NA |NA |active | #> |G |Administrative costs not included elsewhere |NA |NA |NA |active | #> |H |Other in-donor expenditures |Groups a number of contributions that do not give rise to a cross-border flow. |NA |NA |active |"},{"path":"/reference/codeAidTypeVocabulary.html","id":null,"dir":"Reference","previous_headings":"","what":"codeAidTypeVocabulary — codeAidTypeVocabulary","title":"codeAidTypeVocabulary — codeAidTypeVocabulary","text":"AidTypeVocabulary codelist defines range external codelists provide codes descriptions aid type. Non-Core codelist.","code":""},{"path":"/reference/codeAidTypeVocabulary.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeAidTypeVocabulary — codeAidTypeVocabulary","text":"","code":"codeAidTypeVocabulary"},{"path":"/reference/codeAidTypeVocabulary.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeAidTypeVocabulary — codeAidTypeVocabulary","text":"data frame 4 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeAidTypeVocabulary.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeAidTypeVocabulary — codeAidTypeVocabulary","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeAidTypeVocabulary.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeAidTypeVocabulary — codeAidTypeVocabulary","text":"","code":"{ knitr::kable(head(codeAidTypeVocabulary, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:---------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:------------------------------------------------------------------------------------------------|:------| #> | 1|OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |NA |http://reference.iatistandard.org/codelists/AidType/ |active | #> | 2|Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist |NA |http://reference.iatistandard.org/codelists/EarmarkingCategory/ |active | #> | 3|Earmarking Modality |Codes A to L replicated directly from Grand Bargain document found in Annex 1 (pg.16) |NA |https://reliefweb.int/sites/reliefweb.int/files/resources/Grand_Bargain_final_22_May_FINAL-2.pdf |active | #> | 4|Cash and Voucher Modalities |This vocabulary has been created by IATI, following agreements and recommendations of the Tracking Cash and Voucher Assistance (CVA) Working Group. |NA |http://reference.iatistandard.org/codelists/CashandVoucherModalities/ |active |"},{"path":"/reference/codeBudgetIdentifier.html","id":null,"dir":"Reference","previous_headings":"","what":"codeBudgetIdentifier — codeBudgetIdentifier","title":"codeBudgetIdentifier — codeBudgetIdentifier","text":"IATI Functional Administrative Common Code : One several possible Budget Identifier Vocabularies. version 2.03 codelist deprecated. Non-Core codelist.","code":""},{"path":"/reference/codeBudgetIdentifier.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeBudgetIdentifier — codeBudgetIdentifier","text":"","code":"codeBudgetIdentifier"},{"path":"/reference/codeBudgetIdentifier.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeBudgetIdentifier — codeBudgetIdentifier","text":"data frame 152 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeBudgetIdentifier.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeBudgetIdentifier — codeBudgetIdentifier","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeBudgetIdentifier.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeBudgetIdentifier — codeBudgetIdentifier","text":"","code":"{ knitr::kable(head(codeBudgetIdentifier, 10)) } #> #> #> |code |name |description | category|url |status | #> |:-----|:-----------------------------------------|:-----------|--------:|:---|:------| #> |1.1.1 |Executive - executive |NA | 1.1|NA |active | #> |1.2.1 |Legislative - legislative |NA | 1.2|NA |active | #> |1.3.1 |Accountability - macroeconomic policy |NA | 1.3|NA |active | #> |1.3.2 |Accountability - budgeting |NA | 1.3|NA |active | #> |1.3.3 |Accountability - planning |NA | 1.3|NA |active | #> |1.3.4 |Accountability - Treasury/Accounts |NA | 1.3|NA |active | #> |1.3.5 |Accountability - debt and aid management |NA | 1.3|NA |active | #> |1.3.6 |Accountability - tax policy |NA | 1.3|NA |active | #> |1.3.7 |Accountability - tax collection |NA | 1.3|NA |active | #> |1.3.8 |Accountability - local government finance |NA | 1.3|NA |active |"},{"path":"/reference/codeBudgetIdentifierSector.html","id":null,"dir":"Reference","previous_headings":"","what":"codeBudgetIdentifierSector — codeBudgetIdentifierSector","title":"codeBudgetIdentifierSector — codeBudgetIdentifierSector","text":"codelists exists group Budget Identifier codelist sectors. used codelist right. Non-Core codelist.","code":""},{"path":"/reference/codeBudgetIdentifierSector.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeBudgetIdentifierSector — codeBudgetIdentifierSector","text":"","code":"codeBudgetIdentifierSector"},{"path":"/reference/codeBudgetIdentifierSector.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeBudgetIdentifierSector — codeBudgetIdentifierSector","text":"data frame 31 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeBudgetIdentifierSector.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeBudgetIdentifierSector — codeBudgetIdentifierSector","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeBudgetIdentifierSector.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeBudgetIdentifierSector — codeBudgetIdentifierSector","text":"","code":"{ knitr::kable(head(codeBudgetIdentifierSector, 10)) } #> #> #> | code|name |description | category|url |status | #> |----:|:--------------------------|:-----------|--------:|:---|:------| #> | 1.1|Executive |NA | 1|NA |active | #> | 1.2|Legislative |NA | 1|NA |active | #> | 1.3|Accountability |NA | 1|NA |active | #> | 1.4|External Affairs |NA | 1|NA |active | #> | 1.5|General Personnel Services |NA | 1|NA |active | #> | 1.6|Statistics |NA | 1|NA |active | #> | 1.7|Other General Services |NA | 1|NA |active | #> | 1.8|Elections |NA | 1|NA |active | #> | 2.1|Justice, Law and Order |NA | 2|NA |active | #> | 2.2|Defence |NA | 2|NA |active |"},{"path":"/reference/codeBudgetStatus.html","id":null,"dir":"Reference","previous_headings":"","what":"codeBudgetStatus — codeBudgetStatus","title":"codeBudgetStatus — codeBudgetStatus","text":"Code denote described budget binding. Core codelist.","code":""},{"path":"/reference/codeBudgetStatus.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeBudgetStatus — codeBudgetStatus","text":"","code":"codeBudgetStatus"},{"path":"/reference/codeBudgetStatus.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeBudgetStatus — codeBudgetStatus","text":"data frame 2 rows 6 variables: code double COLUMN_DESCRIPTION name character COLUMN_DESCRIPTION description character COLUMN_DESCRIPTION category logical COLUMN_DESCRIPTION url logical COLUMN_DESCRIPTION status character COLUMN_DESCRIPTION","code":""},{"path":"/reference/codeBudgetStatus.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeBudgetStatus — codeBudgetStatus","text":"https://iatistandard.org/en/iati-standard/203/codelists/budgetstatus/","code":""},{"path":"/reference/codeBudgetType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeBudgetType — codeBudgetType","title":"codeBudgetType — codeBudgetType","text":"Core codelist.","code":""},{"path":"/reference/codeBudgetType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeBudgetType — codeBudgetType","text":"","code":"codeBudgetType"},{"path":"/reference/codeBudgetType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeBudgetType — codeBudgetType","text":"data frame 2 rows 6 variables: code double COLUMN_DESCRIPTION name character COLUMN_DESCRIPTION description character COLUMN_DESCRIPTION category logical COLUMN_DESCRIPTION url logical COLUMN_DESCRIPTION status character COLUMN_DESCRIPTION","code":""},{"path":"/reference/codeBudgetType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeBudgetType — codeBudgetType","text":"https://iatistandard.org/en/iati-standard/203/codelists/budgettype/","code":""},{"path":"/reference/codeCashandVoucherModalities.html","id":null,"dir":"Reference","previous_headings":"","what":"codeCashandVoucherModalities — codeCashandVoucherModalities","title":"codeCashandVoucherModalities — codeCashandVoucherModalities","text":"codelist created IATI following agreements recommendations Tracking Cash Voucher Assistance (CVA) Working Group. Definitions codes aligned CaLP Glossary:http://www.cashlearning.org/resources/glossary. Non-Core codelist.","code":""},{"path":"/reference/codeCashandVoucherModalities.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeCashandVoucherModalities — codeCashandVoucherModalities","text":"","code":"codeCashandVoucherModalities"},{"path":"/reference/codeCashandVoucherModalities.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeCashandVoucherModalities — codeCashandVoucherModalities","text":"data frame 2 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeCashandVoucherModalities.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeCashandVoucherModalities — codeCashandVoucherModalities","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeCashandVoucherModalities.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeCashandVoucherModalities — codeCashandVoucherModalities","text":"","code":"{ knitr::kable(head(codeCashandVoucherModalities, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Cash Transfer |The provision of assistance in the form of money - either physical currency or e-cash - to recipients (individuals, households or communities). Cash transfers are by definition unrestricted in terms of use and distinct from restricted modalities including vouchers and in-kind assistance. |NA |NA |active | #> | 2|Voucher |A paper, token or e-voucher that can be exchanged for a set quantity or value of goods or services, denominated either as a cash value (e.g. $15) or predetermined commodities (e.g. 5 kg maize) or specific services (e.g. milling of 5 kg of maize), or a combination of value and commodities. Vouchers are restricted by default, although the degree of restriction will vary based on the programme design and type of voucher. They are redeemable with preselected vendors or in ‘fairs’ created by the implementing agency. The terms vouchers, stamps, or coupons might be used interchangeably. |NA |NA |active |"},{"path":"/reference/codeCollaborationType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeCollaborationType — codeCollaborationType","title":"codeCollaborationType — codeCollaborationType","text":"OECD DAC classification used determine character resource flows (bilateral multilateral). External URL: http://www.oecd.org/dac/stats/dacandcrscodelists.htm","code":""},{"path":"/reference/codeCollaborationType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeCollaborationType — codeCollaborationType","text":"","code":"codeCollaborationType"},{"path":"/reference/codeCollaborationType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeCollaborationType — codeCollaborationType","text":"data frame 7 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeCollaborationType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeCollaborationType — codeCollaborationType","text":"https://iatistandard.org/en/iati-standard/203/codelists/collaborationtype/","code":""},{"path":"/reference/codeCollaborationType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeCollaborationType — codeCollaborationType","text":"","code":"{ knitr::kable(head(codeCollaborationType, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Bilateral |NA |NA |NA |active | #> | 2|Multilateral (inflows) |NA |NA |NA |active | #> | 3|Bilateral, core contributions to NGOs and other private bodies / PPPs |NA |NA |NA |active | #> | 4|Multilateral outflows |NA |NA |NA |active | #> | 6|Private Sector Outflows |NA |NA |NA |active | #> | 7|Bilateral, ex-post reporting on NGOs’ activities funded through core contributions |NA |NA |NA |active | #> | 8|Bilateral, triangular co-operation. |Activities where one or more bilateral providers of development co-operation or international organisations support South-South co-operation, joining forces with developing countries to facilitate a sharing of knowledge and experience among all partners involved. (Activities that only involve bilateral providers or multilateral agencies without a South-South co-operation element (e.g. joint programming, pooled funding or delegated co-operation) should not be assigned bi_multi 8.) |NA |NA |active |"},{"path":"/reference/codeCountry.html","id":null,"dir":"Reference","previous_headings":"","what":"codeCountry — codeCountry","title":"codeCountry — codeCountry","text":"Country codelist generated ISO 3166-1 part ISO 3166 standard. standard makes allowance, alongside officially assigned codes, code elements expanded using either reserved codes user-assigned codes. IATI currently defines additional codes XA -XZ range. External URL: http://www.iso.org/iso/home/standards/country_codes.htm","code":""},{"path":"/reference/codeCountry.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeCountry — codeCountry","text":"","code":"codeCountry"},{"path":"/reference/codeCountry.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeCountry — codeCountry","text":"data frame 251 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeCountry.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeCountry — codeCountry","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeCountry.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeCountry — codeCountry","text":"","code":"{ knitr::kable(head(codeCountry, 10)) } #> #> #> |code |name |description |category |url |status | #> |:----|:-------------------|:-----------|:--------|:---|:------| #> |AF |Afghanistan |NA |NA |NA |active | #> |AX |Åland Islands |NA |NA |NA |active | #> |AL |Albania |NA |NA |NA |active | #> |DZ |Algeria |NA |NA |NA |active | #> |AS |American Samoa |NA |NA |NA |active | #> |AD |Andorra |NA |NA |NA |active | #> |AO |Angola |NA |NA |NA |active | #> |AI |Anguilla |NA |NA |NA |active | #> |AQ |Antarctica |NA |NA |NA |active | #> |AG |Antigua and Barbuda |NA |NA |NA |active |"},{"path":"/reference/codeCurrency.html","id":null,"dir":"Reference","previous_headings":"","what":"codeCurrency — codeCurrency","title":"codeCurrency — codeCurrency","text":"ISO 4217 Currency used transactions budgets External URL: http://www.iso.org/iso/home/standards/currency_codes.htm","code":""},{"path":"/reference/codeCurrency.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeCurrency — codeCurrency","text":"","code":"codeCurrency"},{"path":"/reference/codeCurrency.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeCurrency — codeCurrency","text":"data frame 174 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeCurrency.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeCurrency — codeCurrency","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeCurrency.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeCurrency — codeCurrency","text":"","code":"{ knitr::kable(head(codeCurrency, 10)) } #> #> #> |code |name |description |category |url |status | #> |:----|:-----------------------------|:-----------|:--------|:---|:------| #> |AED |UAE Dirham |NA |NA |NA |active | #> |AFN |Afghani |NA |NA |NA |active | #> |ALL |Lek |NA |NA |NA |active | #> |AMD |Armenian Dram |NA |NA |NA |active | #> |ANG |Netherlands Antillian Guilder |NA |NA |NA |active | #> |AOA |Kwanza |NA |NA |NA |active | #> |ARS |Argentine Peso |NA |NA |NA |active | #> |AUD |Australian Dollar |NA |NA |NA |active | #> |AWG |Aruban Guilder |NA |NA |NA |active | #> |AZN |Azerbaijanian Manat |NA |NA |NA |active |"},{"path":"/reference/codeDescriptionType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeDescriptionType — codeDescriptionType","title":"codeDescriptionType — codeDescriptionType","text":"Activity decription types. (General, objectives, etc)","code":""},{"path":"/reference/codeDescriptionType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeDescriptionType — codeDescriptionType","text":"","code":"codeDescriptionType"},{"path":"/reference/codeDescriptionType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeDescriptionType — codeDescriptionType","text":"data frame 4 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeDescriptionType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeDescriptionType — codeDescriptionType","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeDescriptionType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeDescriptionType — codeDescriptionType","text":"","code":"{ knitr::kable(head(codeDescriptionType, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-------------|:---------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|General |Unstructured, long description of the activity |NA |NA |active | #> | 2|Objectives |Specific objectives for the activity, e.g. taken from logical framework |NA |NA |active | #> | 3|Target Groups |Details of groups that are intended to benefit from the activity |NA |NA |active | #> | 4|Other |For miscellaneous use. A further classification or breakdown may be included in the narrative |NA |NA |active |"},{"path":"/reference/codeEarmarkingCategory.html","id":null,"dir":"Reference","previous_headings":"","what":"codeEarmarkingCategory — codeEarmarkingCategory","title":"codeEarmarkingCategory — codeEarmarkingCategory","text":"codelist created IATI derived Grand Bargain Earmarking Modality codelist. See: https://reliefweb.int/sites/reliefweb.int/files/resources/Grand_Bargain_final_22_May_FINAL-2.pdf","code":""},{"path":"/reference/codeEarmarkingCategory.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeEarmarkingCategory — codeEarmarkingCategory","text":"","code":"codeEarmarkingCategory"},{"path":"/reference/codeEarmarkingCategory.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeEarmarkingCategory — codeEarmarkingCategory","text":"data frame 4 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeEarmarkingCategory.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeEarmarkingCategory — codeEarmarkingCategory","text":"https://iatistandard.org/en/iati-standard/203/codelists/earmarkingcategory/","code":""},{"path":"/reference/codeEarmarkingCategory.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeEarmarkingCategory — codeEarmarkingCategory","text":"","code":"{ knitr::kable(head(codeEarmarkingCategory, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-----------------|:-----------------------------------------------------|:--------|:---|:------| #> | 1|Unearmarked |Any or all of the Earmarking Modality codes A,B or C. |NA |NA |active | #> | 2|Softly Earmarked |Any or all of the Earmarking Modality codes D,E or F. |NA |NA |active | #> | 3|Earmarked |Any or all of the Earmarking Modality codes G or H. |NA |NA |active | #> | 4|Tightly Earmarked |Any or all of the Earmarking Modality codes I,J or K. |NA |NA |active |"},{"path":"/reference/codeFlowType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeFlowType — codeFlowType","title":"codeFlowType — codeFlowType","text":"DAC/CRS distinction ODA (official development assistance) types resource flow. External URL: http://www.oecd.org/dac/stats/dacandcrscodelists.htm","code":""},{"path":"/reference/codeFlowType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeFlowType — codeFlowType","text":"","code":"codeFlowType"},{"path":"/reference/codeFlowType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeFlowType — codeFlowType","text":"data frame 10 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeFlowType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeFlowType — codeFlowType","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeFlowType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeFlowType — codeFlowType","text":"","code":"{ knitr::kable(head(codeFlowType, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-----------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:---------| #> | 10|ODA |Official Development Assistance |NA |NA |active | #> | 20|OOF |Other Official Flows |NA |NA |withdrawn | #> | 21|Non-export credit OOF |Other Official Flows, excl. export credits |NA |NA |active | #> | 22|Officially supported export credits |Officially supported export credits. Covers both official direct export credits and private export credits under official guarantee or insurance |NA |NA |active | #> | 30|Private Development Finance |Financing by civil society organisations (NGOs, philantropic foundations, etc.) |NA |NA |active | #> | 35|Private Market |Private long-term (i.e. over one-year maturity) capital transactions made by residents of DAC countries |NA |NA |withdrawn | #> | 36|Private Foreign Direct Investment |Private Foreign Direct Investment |NA |NA |active | #> | 37|Other Private flows at market terms |Private long-term (i.e. over one-year maturity) capital transactions made by residents of DAC countries |NA |NA |active | #> | 40|Non flow |e.g. GNI, ODA%GNI, Population etc |NA |NA |active | #> | 50|Other flows |e.g. non-ODA component of peacebuilding operations |NA |NA |active |"},{"path":"/reference/codeGeographicLocationClass.html","id":null,"dir":"Reference","previous_headings":"","what":"codeGeographicLocationClass — codeGeographicLocationClass","title":"codeGeographicLocationClass — codeGeographicLocationClass","text":"Non-Core codelist.","code":""},{"path":"/reference/codeGeographicLocationClass.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeGeographicLocationClass — codeGeographicLocationClass","text":"","code":"codeGeographicLocationClass"},{"path":"/reference/codeGeographicLocationClass.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeGeographicLocationClass — codeGeographicLocationClass","text":"data frame 4 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeGeographicLocationClass.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeGeographicLocationClass — codeGeographicLocationClass","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeGeographicLocationClass.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeGeographicLocationClass — codeGeographicLocationClass","text":"","code":"{ knitr::kable(head(codeGeographicLocationClass, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:---------------------------|:---------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Administrative Region |The designated geographic location is an administrative region (state, county, province, district, municipality etc.) |NA |NA |active | #> | 2|Populated Place |The designated geographic location is a populated place (town, village, farm etc.) |NA |NA |active | #> | 3|Structure |The designated geopgraphic location is a structure (such as a school or a clinic) |NA |NA |active | #> | 4|Other Topographical Feature |The designated geographic location is a topographical feature, such as a mountain, a river, a forest |NA |NA |active |"},{"path":"/reference/codeHumCluster.html","id":null,"dir":"Reference","previous_headings":"","what":"codeHumCluster — codeHumCluster","title":"codeHumCluster — codeHumCluster","text":"Global Coordination Groups - Cluster & Area Interest Official Names Codes (Beta) Contains IASC designated Global Clusters Areas Responsibility. Global Clusters Areas Responsibility (AoR) defined enable predictable leadership situations humanitarian emergency. content includes Preferred Term used Cluster AoR, Acronym (3-letter cluster code), Group term belongs (defining whether Global Cluster AoR) website URL. Google Spreadsheet CSV versions contain HXL hashtags. information, please visit http://vocabulary.unocha.org/","code":""},{"path":"/reference/codeHumCluster.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeHumCluster — codeHumCluster","text":"","code":"codeHumCluster"},{"path":"/reference/codeHumCluster.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeHumCluster — codeHumCluster","text":"data frame 16 rows 9 variables: HRinfo ID character COLUMN_DESCRIPTION Preferred Term character COLUMN_DESCRIPTION Preferred Term (fr) character COLUMN_DESCRIPTION ACRONYM character COLUMN_DESCRIPTION Group Type character COLUMN_DESCRIPTION Homepage character COLUMN_DESCRIPTION Date Created (Post Date) character COLUMN_DESCRIPTION Updated date character COLUMN_DESCRIPTION Notes character COLUMN_DESCRIPTION","code":""},{"path":"/reference/codeHumCluster.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeHumCluster — codeHumCluster","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeHumCluster.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeHumCluster — codeHumCluster","text":"","code":"{ knitr::kable(head(codeHumCluster, 10)) } #> #> #> |HRinfo ID |Preferred Term |Preferred Term (fr) |ACRONYM |Group Type |Homepage |Date Created (Post Date) |Updated date |Notes | #> |:------------------------------|:------------------------------|:---------------------------------|:----------------------|:------------------------------------|:----------------------------------------------------------------------------------|:------------------------|:--------------|:---------------------------------------------------------------| #> |#sector +code +v_hrinfo_sector |#sector +name +preferred +i_en |#sector +name +preferred +i_fr |#sector +code +acronym |#sector +type |#meta +url |#date +created |#date +updated |#meta +comment | #> |4 |Emergency Shelter and NFI |Abris d'urgence et NFI |SHL |Cluster |https://www.sheltercluster.org/ |03/16/2017 |4/4/2018 |Added French name; shelter cluster uses \"NFI\" in French as well | #> |1 |Camp Coordination / Management |Coordination et gestion des camps |CCM |Cluster |http://www.globalcccmcluster.org |03/16/2017 |4/4/2018 |Added French name | #> |5406 |Mine Action |Action contre les mines |PRO-MIN |Area of Responsibility (Sub-cluster) |http://www.globalprotectioncluster.org/en/areas-of-responsibility/mine-action.html |03/16/2017 |4/4/2018 |Added French name | #> |6 |Food Security |Sécurité alimentaire |FSC |Cluster |http://foodsecuritycluster.net/ |03/16/2017 |4/4/2018 |Added French name | #> |11 |Water Sanitation Hygiene |Eau, assainissement et hygiène |WSH |Cluster |http://washcluster.net/ |03/16/2017 |4/4/2018 |Added French name | #> |8 |Logistics |Logistique |LOG |Cluster |http://www.logcluster.org/ |03/16/2017 |4/4/2018 |Added French name | #> |5403 |Child Protection |Protection de l'enfance |PRO-CPN |Area of Responsibility (Sub-cluster) |http://cpwg.net/ |03/16/2017 |4/5/2018 |Updated French name based feedback from OCHA-FIS | #> |10 |Protection |Protection |PRO |Cluster |http://www.globalprotectioncluster.org/ |03/16/2017 |4/4/2018 |Added French name | #> |3 |Education |Education |EDU |Cluster |http://educationcluster.net/ |03/16/2017 |4/4/2018 |Added French name |"},{"path":"/reference/codeHumanitarianScopeType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeHumanitarianScopeType — codeHumanitarianScopeType","title":"codeHumanitarianScopeType — codeHumanitarianScopeType","text":"Humanitarian Scope Type codelist defines codes types humanitarian events actions.","code":""},{"path":"/reference/codeHumanitarianScopeType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeHumanitarianScopeType — codeHumanitarianScopeType","text":"","code":"codeHumanitarianScopeType"},{"path":"/reference/codeHumanitarianScopeType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeHumanitarianScopeType — codeHumanitarianScopeType","text":"data frame 2 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeHumanitarianScopeType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeHumanitarianScopeType — codeHumanitarianScopeType","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeHumanitarianScopeType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeHumanitarianScopeType — codeHumanitarianScopeType","text":"","code":"{ knitr::kable(head(codeHumanitarianScopeType, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:---------|:-----------|:--------|:---|:------| #> | 1|Emergency |NA |NA |NA |active | #> | 2|Appeal |NA |NA |NA |active |"},{"path":"/reference/codeHumanitarianScopeVocabulary.html","id":null,"dir":"Reference","previous_headings":"","what":"codeHumanitarianScopeVocabulary — codeHumanitarianScopeVocabulary","title":"codeHumanitarianScopeVocabulary — codeHumanitarianScopeVocabulary","text":"Humanitarian Scope Vocabulary codelist defines range external codelists provide codes descriptions humanitarian events actions.","code":""},{"path":"/reference/codeHumanitarianScopeVocabulary.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeHumanitarianScopeVocabulary — codeHumanitarianScopeVocabulary","text":"","code":"codeHumanitarianScopeVocabulary"},{"path":"/reference/codeHumanitarianScopeVocabulary.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeHumanitarianScopeVocabulary — codeHumanitarianScopeVocabulary","text":"data frame 3 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeHumanitarianScopeVocabulary.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeHumanitarianScopeVocabulary — codeHumanitarianScopeVocabulary","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeHumanitarianScopeVocabulary.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeHumanitarianScopeVocabulary — codeHumanitarianScopeVocabulary","text":"","code":"{ knitr::kable(head(codeHumanitarianScopeVocabulary, 10)) } #> #> #> |code |name |description |category |url |status | #> |:----|:----------------------|:-----------|:--------|:-----------------------------------------------------|:------| #> |1-2 |Glide |NA |NA |http://glidenumber.net/glide/public/search/search.jsp |active | #> |2-1 |Humanitarian Plan |NA |NA |https://fts.unocha.org/plan-code-list-iati |active | #> |99 |Reporting Organisation |NA |NA |NA |active |"},{"path":"/reference/codeIATIOrganisationIdentifier.html","id":null,"dir":"Reference","previous_headings":"","what":"codeIATIOrganisationIdentifier — codeIATIOrganisationIdentifier","title":"codeIATIOrganisationIdentifier — codeIATIOrganisationIdentifier","text":"list organisation identifiers maintained IATI Secretariat. prefix organisations list XI-IATI bona fide organisation registered recognised appropriate registration agency (http://iatistandard.org/202/codelists/OrganisationRegistrationAgency/) contact IATI Technical Team exceptionally allocate organisation identifier using XI-IATI prefix. identifiers derived DAC codes, ‘meaning’ carried forward. .e. IATI generated identifiers intrinsic meaning. general guidance constructing Organisation Identifiers, please see http://iatistandard.org/organisation-identifiers/","code":""},{"path":"/reference/codeIATIOrganisationIdentifier.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeIATIOrganisationIdentifier — codeIATIOrganisationIdentifier","text":"","code":"codeIATIOrganisationIdentifier"},{"path":"/reference/codeIATIOrganisationIdentifier.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeIATIOrganisationIdentifier — codeIATIOrganisationIdentifier","text":"data frame 39 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeIATIOrganisationIdentifier.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeIATIOrganisationIdentifier — codeIATIOrganisationIdentifier","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeIATIOrganisationIdentifier.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeIATIOrganisationIdentifier — codeIATIOrganisationIdentifier","text":"","code":"{ knitr::kable(head(codeIATIOrganisationIdentifier, 10)) } #> #> #> |code |name |description |category |url |status | #> |:--------------|:------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---------------------------------------------------------------------------------|:------| #> |XI-IATI-1001 |The Coca-Cola Export Corporation |Subsidiary of The Coca-Cola Company responsible for marketing and export of soft drinks, bottled water, and other beverages and with links to the various charitable initiatives of The Coca-Cola Company, its subsidiaries and affiliates Coca-Cola charitable foundation. Based in Atlanta Georgia USA |NA |http://www.coca-colacompany.com/ |active | #> |XI-IATI-1002 |United Mission to Nepal |The United Mission to Nepal (UMN) is a faith based INGO based in Kathmandu, and has worked in Nepal without interruption since 1954. UMN works through local partners in order to serve the people of Nepal, especially the poorest of those living in poverty, to pursue peace and justice for all and to address the root causes of their poverty. We do this by supporting communities in a transformation process focusing on health, education, sustainable livelihoods, peace-building and good governance. |NA |http://www.umn.org.np/ |active | #> |XI-IATI-ACATBA |Association Centrafricaine de Traduction de la Bible et Alphabetisation |ACATBA is a charity that exists to promote local language development, Bible translation, literacy and community development in the Central African Republic. They also provide training in basic business skills; this allows beneficiaries to begin income-generating activities and small businesses. |NA |http://www.wycliffe.net/organizations?entity=CXN&continent=AFR&country=CT |active | #> |XI-IATI-ADVZ |Agência de Desenvolvimento do Vale do Zambeze |Description: The Agência do Zambeze is a public-sector agency under the Ministry of Economics and Finance in Mozambique. The mission of the Agência do Zambeze is to promote the socio-economic and sustainable development of the Lower Zambezi River Basin. |NA |http://www.inm.gov.mz/?q=pt-pt/ag%C3%AAncia-de-desenvolvimento-do-vale-do-zambeze |active | #> |XI-IATI-AGR |AgResults |AgResults is a $122 million collaborative initiative between the governments of Australia, Canada, the United Kingdom, the United States, and the Bill and Melinda Gates Foundation to incentivize the private sector to overcome market barriers and develop solutions to food security and agricultural challenges that disproportionately affect people living in poverty. The initiative designs and implements agriculture-focused prize competitions, also referred to as pay-for-results or pull mechanisms, which are innovative development finance programs that engage the private sector to work towards a defined goal to receive a monetary award. |NA |https://agresults.org/ |active | #> |XI-IATI-AIAS |Administração de Infra-Estruturas de Águas e Saneamento |Description: AIAS manages the property of the secondary public systems for water supply and for the residual water drainage public systems in Mozambique promoting their autonomous efficient and financially feasible operational management through assignment to private operators or other third party entities. |NA |http://www.aias.gov.mz/ |active | #> |XI-IATI-AJS |Associations des Juristes Sénégalaises (AJS) |The Association des Juristes Sénégalaises (AJS) is an association of women lawyers who promote and contribute to the protection of the rights of individuals, particularly women and children. |NA |http://www.femmesjuristes.org |active | #> |XI-IATI-ATTIC |Association of Technicians in Information Technology and Communication (ATTIC) |ATTIC, a non-political non-profit association in Republic of Chad, aims to help develop and integrate the promotion of information and communication technologies in the development policy of the formal and non-formal sectors, to fight against food insecurity and poverty, by strengthening the means of vulnerable households, refugees, returnees and internally displaced persons, and by providing socio-professional training and integration for vulnerable groups. |NA |Website is still in progress |active | #> |XI-IATI-BBDN |Bangladesh Business & Disability Network |The Bangladesh Business and Disability Network (BBDN) is a voluntary group of representatives from business, industry, employers’ organizations and selected non-governmental and disabled peoples’ organizations. BBDN has a primary purpose of facilitating disability and work place diversity in Bangladesh from the perspective of the business and human rights cases. |NA |https://www.bbdn.com.bd/ |active | #> |XI-IATI-EBRD |European Bank for Reconstruction and Development |Description: Who we are - The EBRD is investing in changing peoples' lives and environments from central Europe to Central Asia, the Western Balkans and the southern and eastern Mediterranean region. With an emphasis on working with the private sector, we invest in projects, engage in policy dialogue and provide technical advice that fosters innovation and builds sustainable and open-market economies. What we do - The EBRD provides direct financing for well structured, financially robust projects of all sizes (including many small businesses), both directly and through financial intermediaries such as local banks and investment funds. The Bank works mainly with private sector clients, but also finances municipal entities and publicly owned companies. Our principal financing instruments are loans, equity investments and guarantees. |NA |http://www.ebrd.com/home |active |"},{"path":"/reference/codeIndicatorMeasure.html","id":null,"dir":"Reference","previous_headings":"","what":"codeIndicatorMeasure — codeIndicatorMeasure","title":"codeIndicatorMeasure — codeIndicatorMeasure","text":"specify indicator measured. includes qualitative quantitative values.","code":""},{"path":"/reference/codeIndicatorMeasure.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeIndicatorMeasure — codeIndicatorMeasure","text":"","code":"codeIndicatorMeasure"},{"path":"/reference/codeIndicatorMeasure.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeIndicatorMeasure — codeIndicatorMeasure","text":"data frame 5 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeIndicatorMeasure.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeIndicatorMeasure — codeIndicatorMeasure","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeIndicatorMeasure.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeIndicatorMeasure — codeIndicatorMeasure","text":"","code":"{ knitr::kable(head(codeIndicatorMeasure, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-----------|:----------------------------------------------------------|:--------|:---|:------| #> | 1|Unit |The indicator is measured in units. |NA |NA |active | #> | 2|Percentage |The indicator is measured in percentages |NA |NA |active | #> | 3|Nominal |The indicator is measured as a quantitative nominal scale. |NA |NA |active | #> | 4|Ordinal |The indicator is measured as a quantitative ordinal scale. |NA |NA |active | #> | 5|Qualitative |The indicator is qualitative. |NA |NA |active |"},{"path":"/reference/codeIndicatorVocabulary.html","id":null,"dir":"Reference","previous_headings":"","what":"codeIndicatorVocabulary — codeIndicatorVocabulary","title":"codeIndicatorVocabulary — codeIndicatorVocabulary","text":"Indicator Vocabulary codelist defines range external codelists provide codes descriptions indicators, example specify results.","code":""},{"path":"/reference/codeIndicatorVocabulary.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeIndicatorVocabulary — codeIndicatorVocabulary","text":"","code":"codeIndicatorVocabulary"},{"path":"/reference/codeIndicatorVocabulary.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeIndicatorVocabulary — codeIndicatorVocabulary","text":"data frame 10 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeIndicatorVocabulary.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeIndicatorVocabulary — codeIndicatorVocabulary","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeIndicatorVocabulary.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeIndicatorVocabulary — codeIndicatorVocabulary","text":"","code":"{ knitr::kable(head(codeIndicatorVocabulary, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-------------------------------------------------|:-----------|:--------|:--------------------------------------------------------------------------|:------| #> | 1|WHO Registry |NA |NA |http://apps.who.int/gho/indicatorregistry/App_Main/indicator_registry.aspx |active | #> | 2|Sphere Handbook |NA |NA |http://www.spherehandbook.org |active | #> | 3|US Foreign Assistance Framework |NA |NA |http://www.state.gov/s/d/rm/rls/dosstrat/2007/html/82981.htm |active | #> | 4|World Bank World Development Indicators |NA |NA |http://data.worldbank.org/data-catalog/world-development-indicators |active | #> | 5|UN Millennium Development Goals Indicators |NA |NA |http://mdgs.un.org/unsd/mdg/Host.aspx?Content=Indicators/OfficialList.htm |active | #> | 6|UNOCHA Humanitarian Response Indicators |NA |NA |https://www.humanitarianresponse.info/applications/ir/indicators |active | #> | 7|HIV/AIDS Indicator Registry |NA |NA |http://www.indicatorregistry.org |active | #> | 8|Harmonized Indicators for Private Sector (HIPSO) |NA |NA |https://indicators.ifipartnership.org/indicators/ |active | #> | 9|UN Sustainable Development Goals (SDG) Indicators |NA |NA |https://unstats.un.org/sdgs/indicators/indicators-list/ |active | #> | 99|Reporting Organisation |NA |NA |NA |active |"},{"path":"/reference/codeOrganisationIdentifier.html","id":null,"dir":"Reference","previous_headings":"","what":"codeOrganisationIdentifier — codeOrganisationIdentifier","title":"codeOrganisationIdentifier — codeOrganisationIdentifier","text":"1.04 list longer maintained. http://support.iatistandard.org/entries/28497976-Retire--Organisation-Identifier-codelist#view-post-25368673 general guidance constructing Organisation Identifiers, please see http://iatistandard.org/organisation-identifiers/","code":""},{"path":"/reference/codeOrganisationIdentifier.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeOrganisationIdentifier — codeOrganisationIdentifier","text":"","code":"codeOrganisationIdentifier"},{"path":"/reference/codeOrganisationIdentifier.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeOrganisationIdentifier — codeOrganisationIdentifier","text":"data frame 419 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeOrganisationIdentifier.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeOrganisationIdentifier — codeOrganisationIdentifier","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeOrganisationIdentifier.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeOrganisationIdentifier — codeOrganisationIdentifier","text":"","code":"{ knitr::kable(head(codeOrganisationIdentifier, 10)) } #> #> #> |code |name |description |category |url |status | #> |:-----|:-----------------------------------------|:-----------|:--------|:---|:------| #> |AT-1 |Federal Ministry of Finance |NA |NA |NA |active | #> |AT-10 |Ministry for Agriculture and Environment |NA |NA |NA |active | #> |AT-11 |Ministry of Defense |NA |NA |NA |active | #> |AT-12 |Ministry of Interior |NA |NA |NA |active | #> |AT-2 |Various ministries |NA |NA |NA |active | #> |AT-3 |Federal Government of Austria |NA |NA |NA |active | #> |AT-4 |Oesterreichische Kontrollbank AG |NA |NA |NA |active | #> |AT-5 |Federal Ministry of Foreign Affairs |NA |NA |NA |active | #> |AT-6 |Provincial governments, local communities |NA |NA |NA |active | #> |AT-8 |Austrian Development Agency |NA |NA |NA |active |"},{"path":"/reference/codeOrganisationRegistrationAgency.html","id":null,"dir":"Reference","previous_headings":"","what":"codeOrganisationRegistrationAgency — codeOrganisationRegistrationAgency","title":"codeOrganisationRegistrationAgency — codeOrganisationRegistrationAgency","text":"values codelist used identify particular list organisation identifier drawn . codelist provides register known identifier lists, including national company registers, NGO directories international multilateral organisation lists - along guidance online resources help locate identifiers assigned specific organisation. 17 July 2017 list maintained org-id.guide project. Data publishers can now search locate relevant list particular organisation identifier using org-id.guide website. full register identifier sources also available download XML, JSON CSV formats. IATI periodically replicates codelist identifier sources org-id.guide, assist accessing IATI documentation. However, advised --date source org-id.guide project. org-id.guide contain entry kind organisation need identify, can make request new list included register following guidance","code":""},{"path":"/reference/codeOrganisationRegistrationAgency.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeOrganisationRegistrationAgency — codeOrganisationRegistrationAgency","text":"","code":"codeOrganisationRegistrationAgency"},{"path":"/reference/codeOrganisationRegistrationAgency.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeOrganisationRegistrationAgency — codeOrganisationRegistrationAgency","text":"data frame 197 rows 7 variables: code double code name character name description character description category double category url character url status character status public-database logical public-database","code":""},{"path":"/reference/codeOrganisationRegistrationAgency.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeOrganisationRegistrationAgency — codeOrganisationRegistrationAgency","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeOrganisationRegistrationAgency.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeOrganisationRegistrationAgency — codeOrganisationRegistrationAgency","text":"","code":"{ knitr::kable(head(codeOrganisationRegistrationAgency, 10)) } #> #> #> |code |name |description |category |url |status |public-database | #> |:-------|:-----------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:------------------------------------------------------------------------------------|:------|:---------------| #> |AE-ACCI |Ajman Chamber of Commerce and Industry |There are 2 types of search available: Commercial search and Industrial search. You can also use an online enquiry form to find the required information. The contact details of Ajman Chamber and the heads of its sectors are also available. |AE |https://www.ajmanchamber.ae/en/Pages/default.aspx |active |FALSE | #> |AE-ADCD |Abu Dhabi Commercial Directory |This register includes information on companies' Unified no., Membership no., name, address, phone number, email, activity etc. |AE |http://www.abudhabichamber.ae/English/E-Services/Pages/EServices-Page.aspx?sm=1&ty=s |active |FALSE | #> |AE-AFZ |Ajman Free Zone Authority |The authority's website can be used to find its address, email and call center contacts. No clear search functionality directly on the website. |AE |http://www.afz.gov.ae/ |active |FALSE | #> |AE-DCCI |Dubai Chamber of Commerce and Industry |This register includes information on companies name, address, phone number, website, activity and branches. |AE |http://www.dcciinfo.com/ |active |FALSE | #> |AE-DFSA |Dubai Financial Services Authority |This register includes information on companies' name, DFSA reference number, address, phone number, legal status, services. |AE |https://www.dfsa.ae/Public-Register/Firm |active |FALSE | #> |AE-DIFC |Dubai International Financial Centre |This register includes information on companies' name, registration number, activity, phone number, address, etc. |AE |https://www.difc.ae/public-register |active |FALSE | #> |AE-DMCC |Dubai Multi Commodities Centre |Dubai Multi Commodities Centre is a Free Zone Authority established by the government of Dubai in 2002. The DMCC authority registers and licenses companies to operate in the DMCC Free Zone. N.B There is a 'Business Directory', however, this does not provide registration numbers[1] [1]: https://www.dmcc.ae/business-search |AE |https://www.dmcc.ae/ |active |FALSE | #> |AE-FCCI |Fujairah Chamber of Commerce and Industry |There is no company information available directly from this registry, but Chamber of Commerce and Industry can be contacted via the form on the website, phone or email to request more information. |AE |http://www.fujcci.ae/ |active |FALSE | #> |AE-FFZ |Fujairah Free Zone Company Listing |There is no search available in this registry, but there is a list of companies with corresponding phone and fax numbers. |AE |http://www.fujairahfreetradezone.com/appdir/company-listing.php |active |FALSE | #> |AE-HFZA |Hamriyah Free Zone Authority |A register that contains company names, addresses, phone numbers, emails, license numbers, activities, etc. |AE |http://www.hfza.ae/en-us/directory.aspx |active |FALSE |"},{"path":"/reference/codeOrganisationRole.html","id":null,"dir":"Reference","previous_headings":"","what":"codeOrganisationRole — codeOrganisationRole","title":"codeOrganisationRole — codeOrganisationRole","text":"IATI codes role organisation within activity. organisation can play one role within activity. Core codelist.","code":""},{"path":"/reference/codeOrganisationRole.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeOrganisationRole — codeOrganisationRole","text":"","code":"codeOrganisationRole"},{"path":"/reference/codeOrganisationRole.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeOrganisationRole — codeOrganisationRole","text":"data frame 4 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeOrganisationRole.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeOrganisationRole — codeOrganisationRole","text":"https://iatistandard.org/en/iati-standard/203/codelists/organisationrole/","code":""},{"path":"/reference/codeOrganisationRole.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeOrganisationRole — codeOrganisationRole","text":"","code":"{ knitr::kable(head(codeOrganisationRole, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:------------|:----------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Funding |The government or organisation which provides funds to the activity. |NA |NA |active | #> | 2|Accountable |An organisation responsible for oversight of the activity and its outcomes |NA |NA |active | #> | 3|Extending |An organisation that manages the budget and direction of an activity on behalf of the funding organisation |NA |NA |active | #> | 4|Implementing |The organisation that physically carries out the activity or intervention. |NA |NA |active |"},{"path":"/reference/codeOrganisationType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeOrganisationType — codeOrganisationType","title":"codeOrganisationType — codeOrganisationType","text":"Non-Core codelist","code":""},{"path":"/reference/codeOrganisationType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeOrganisationType — codeOrganisationType","text":"","code":"codeOrganisationType"},{"path":"/reference/codeOrganisationType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeOrganisationType — codeOrganisationType","text":"data frame 16 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeOrganisationType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeOrganisationType — codeOrganisationType","text":"https://iatistandard.org/en/iati-standard/203/codelists/organisationtype/","code":""},{"path":"/reference/codeOrganisationType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeOrganisationType — codeOrganisationType","text":"","code":"{ knitr::kable(head(codeOrganisationType, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:--------------------------|:--------------------------------------------------------------------------------------|:--------|:---|:------| #> | 10|Government |NA |NA |NA |active | #> | 11|Local Government |Any local (sub national) government organisation in either donor or recipient country. |NA |NA |active | #> | 15|Other Public Sector |NA |NA |NA |active | #> | 21|International NGO |NA |NA |NA |active | #> | 22|National NGO |NA |NA |NA |active | #> | 23|Regional NGO |NA |NA |NA |active | #> | 24|Partner Country based NGO |Local and National NGO / CSO based in aid/assistance recipient country |NA |NA |active | #> | 30|Public Private Partnership |NA |NA |NA |active | #> | 40|Multilateral |NA |NA |NA |active | #> | 60|Foundation |NA |NA |NA |active |"},{"path":"/reference/codePolicyMarker.html","id":null,"dir":"Reference","previous_headings":"","what":"codePolicyMarker — codePolicyMarker","title":"codePolicyMarker — codePolicyMarker","text":"Policy Marker codelist derived policy markers declared WP-STAT. codes created IATI. External URL: http://www.oecd.org/dac/stats/dacandcrscodelists.htm","code":""},{"path":"/reference/codePolicyMarker.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codePolicyMarker — codePolicyMarker","text":"","code":"codePolicyMarker"},{"path":"/reference/codePolicyMarker.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codePolicyMarker — codePolicyMarker","text":"data frame 12 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codePolicyMarker.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codePolicyMarker — codePolicyMarker","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codePolicyMarker.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codePolicyMarker — codePolicyMarker","text":"","code":"{ knitr::kable(head(codePolicyMarker, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:---------------------------------------------------------------------------------------|:-----------|:--------|:---|:------| #> | 1|Gender Equality |NA |NA |NA |active | #> | 2|Aid to Environment |NA |NA |NA |active | #> | 3|Participatory Development/Good Governance |NA |NA |NA |active | #> | 4|Trade Development |NA |NA |NA |active | #> | 5|Aid Targeting the Objectives of the Convention on Biological Diversity |NA |NA |NA |active | #> | 6|Aid Targeting the Objectives of the Framework Convention on Climate Change - Mitigation |NA |NA |NA |active | #> | 7|Aid Targeting the Objectives of the Framework Convention on Climate Change - Adaptation |NA |NA |NA |active | #> | 8|Aid Targeting the Objectives of the Convention to Combat Desertification |NA |NA |NA |active | #> | 9|Reproductive, Maternal, Newborn and Child Health (RMNCH) |NA |NA |NA |active | #> | 10|Disaster Risk Reduction(DRR) |NA |NA |NA |active |"},{"path":"/reference/codeRegion.html","id":null,"dir":"Reference","previous_headings":"","what":"codeRegion — codeRegion","title":"codeRegion — codeRegion","text":"External URL: http://www.oecd.org/dac/stats/dacandcrscodelists.htm","code":""},{"path":"/reference/codeRegion.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeRegion — codeRegion","text":"","code":"codeRegion"},{"path":"/reference/codeRegion.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeRegion — codeRegion","text":"data frame 26 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeRegion.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeRegion — codeRegion","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeRegion.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeRegion — codeRegion","text":"","code":"{ knitr::kable(head(codeRegion, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:---------------------------------|:-----------|:--------|:---|:---------| #> | 88|States Ex-Yugoslavia unspecified |NA |NA |NA |active | #> | 89|Europe, regional |NA |NA |NA |active | #> | 189|North of Sahara, regional |NA |NA |NA |active | #> | 289|South of Sahara, regional |NA |NA |NA |active | #> | 298|Africa, regional |NA |NA |NA |active | #> | 380|West Indies, regional |NA |NA |NA |withdrawn | #> | 389|North & Central America, regional |NA |NA |NA |active | #> | 489|South America, regional |NA |NA |NA |active | #> | 498|America, regional |NA |NA |NA |active | #> | 589|Middle East, regional |NA |NA |NA |active |"},{"path":"/reference/codeResultType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeResultType — codeResultType","title":"codeResultType — codeResultType","text":"Non-Core codelist.","code":""},{"path":"/reference/codeResultType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeResultType — codeResultType","text":"","code":"codeResultType"},{"path":"/reference/codeResultType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeResultType — codeResultType","text":"data frame 4 rows 6 variables: code double COLUMN_DESCRIPTION name character COLUMN_DESCRIPTION description character COLUMN_DESCRIPTION category logical COLUMN_DESCRIPTION url logical COLUMN_DESCRIPTION status character COLUMN_DESCRIPTION","code":""},{"path":"/reference/codeResultType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeResultType — codeResultType","text":"https://iatistandard.org/en/iati-standard/203/codelists/resulttype/","code":""},{"path":"/reference/codeResultType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeResultType — codeResultType","text":"","code":"{ knitr::kable(head(codeResultType, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Output |Results of the activity that came about as a direct effect of your work and specific, what is done, and what communities are reached. For example, X number of individuals. |NA |NA |active | #> | 2|Outcome |Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme. |NA |NA |active | #> | 3|Impact |The long term effects of the outcomes, that lead to larger, over arching results, such as improved life-expectancy. |NA |NA |active | #> | 9|Other |Another type of result, not specified above. |NA |NA |active |"},{"path":"/reference/codeSector.html","id":null,"dir":"Reference","previous_headings":"","what":"codeSector — codeSector","title":"codeSector — codeSector","text":"DAC 5 Digit Sector External URL: http://www.oecd.org/dac/stats/dacandcrscodelists.htm","code":""},{"path":"/reference/codeSector.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeSector — codeSector","text":"","code":"codeSector"},{"path":"/reference/codeSector.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeSector — codeSector","text":"data frame 323 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeSector.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeSector — codeSector","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeSector.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeSector — codeSector","text":"","code":"{ knitr::kable(head(codeSector, 10)) } #> #> #> | code|name |description | category|url |status | #> |-----:|:----------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------:|:---|:------| #> | 11110|Education policy and administrative management |Education sector policy, planning and programmes; aid to education ministries, administration and management systems; institution capacity building and advice; school management and governance; curriculum and materials development; unspecified education activities. | 111|NA |active | #> | 11120|Education facilities and training |Educational buildings, equipment, materials; subsidiary services to education (boarding facilities, staff housing); language training; colloquia, seminars, lectures, etc. | 111|NA |active | #> | 11130|Teacher training |Teacher education (where the level of education is unspecified); in-service and pre-service training; materials development. | 111|NA |active | #> | 11182|Educational research |Research and studies on education effectiveness, relevance and quality; systematic evaluation and monitoring. | 111|NA |active | #> | 11220|Primary education |Formal and non-formal primary education for children; all elementary and first cycle systematic instruction; provision of learning materials. | 112|NA |active | #> | 11230|Basic life skills for youth and adults |Formal and non-formal education for basic life skills for young people and adults (adults education); literacy and numeracy training. Excludes health education (12261) and activities related to prevention of noncommunicable diseases. (123xx). | 112|NA |active | #> | 11231|Basic life skills for youth |Formal and non-formal education for basic life skills for young people. | 112|NA |active | #> | 11232|Primary education equivalent for adults |Formal primary education for adults. | 112|NA |active | #> | 11240|Early childhood education |Formal and non-formal pre-school education. | 112|NA |active | #> | 11250|School feeding |Provision of meals or snacks at school; other uses of food for the achievement of educational outcomes including “take-home” food rations provided as economic incentives to families (or foster families, or other child care institutions) in return for a child’s regular attendance at school; food provided to adults or youth who attend literacy or vocational training programmes; food for pre-school activities with an educational component. These activities may help reduce children’s hunger during the school day if provision of food/meals contains bioavailable nutrients to address specific nutrition needs and have nutrition expected outcomes in school children, or if the rationale mainstream nutrition or expected outcome is nutrition-linked. | 112|NA |active |"},{"path":"/reference/codeSectorCategory.html","id":null,"dir":"Reference","previous_headings":"","what":"codeSectorCategory — codeSectorCategory","title":"codeSectorCategory — codeSectorCategory","text":"DAC 3 Digit Sector External URL: http://www.oecd.org/dac/stats/dacandcrscodelists.htm","code":""},{"path":"/reference/codeSectorCategory.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeSectorCategory — codeSectorCategory","text":"","code":"codeSectorCategory"},{"path":"/reference/codeSectorCategory.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeSectorCategory — codeSectorCategory","text":"data frame 44 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeSectorCategory.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeSectorCategory — codeSectorCategory","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeSectorCategory.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeSectorCategory — codeSectorCategory","text":"","code":"{ knitr::kable(head(codeSectorCategory, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:----------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 111|Education, Level Unspecified |The codes in this category are to be used only when level of education is unspecified or unknown (e.g. training of primary school teachers should be coded under 11220). |NA |NA |active | #> | 112|Basic Education |NA |NA |NA |active | #> | 113|Secondary Education |NA |NA |NA |active | #> | 114|Post-Secondary Education |NA |NA |NA |active | #> | 121|Health, General |NA |NA |NA |active | #> | 122|Basic Health |NA |NA |NA |active | #> | 123|Non-communicable diseases (NCDs) |NA |NA |NA |active | #> | 130|Population Policies/Programmes & Reproductive Health |NA |NA |NA |active | #> | 140|Water Supply & Sanitation |NA |NA |NA |active | #> | 151|Government & Civil Society-general |N.B. Use code 51010 for general budget support. |NA |NA |active |"},{"path":"/reference/codeSectorVocabulary.html","id":null,"dir":"Reference","previous_headings":"","what":"codeSectorVocabulary — codeSectorVocabulary","title":"codeSectorVocabulary — codeSectorVocabulary","text":"Non-Core codelist.","code":""},{"path":"/reference/codeSectorVocabulary.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeSectorVocabulary — codeSectorVocabulary","text":"","code":"codeSectorVocabulary"},{"path":"/reference/codeSectorVocabulary.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeSectorVocabulary — codeSectorVocabulary","text":"data frame 13 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeSectorVocabulary.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeSectorVocabulary — codeSectorVocabulary","text":"https://iatistandard.org/en/iati-standard/203/codelists/sectorvocabulary/","code":""},{"path":"/reference/codeSectorVocabulary.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeSectorVocabulary — codeSectorVocabulary","text":"","code":"{ knitr::kable(head(codeSectorVocabulary, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:---------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------|:--------|:--------------------------------------------------------------------------------------------------------------------|:------| #> | 1|OECD DAC CRS Purpose Codes (5 digit) |The sector reported corresponds to an OECD DAC CRS 5-digit purpose code |NA |http://reference.iatistandard.org/codelists/Sector/ |active | #> | 2|OECD DAC CRS Purpose Codes (3 digit) |The sector reported corresponds to an OECD DAC CRS 3-digit purpose code |NA |http://reference.iatistandard.org/codelists/SectorCategory/ |active | #> | 3|Classification of the Functions of Government (UN) |The sector reported corresponds to the UN Classification of the Functions of Government (CoFoG) |NA |http://unstats.un.org/unsd/cr/registry/regcst.asp?Cl=4 |active | #> | 4|Statistical classification of economic activities in the European Community |The sector reported corresponds to the statistical classifications of economic activities in the European Community |NA |http://ec.europa.eu/eurostat/ramon/nomenclatures/index.cfm?TargetUrl=LST_NOM_DTL&StrNom=NACE_REV2&StrLanguageCode=EN |active | #> | 5|National Taxonomy for Exempt Entities (USA) |The sector reported corresponds to the National Taxonomy for Exempt Entities (NTEE) - USA |NA |http://nccs.urban.org/classification/NTEE.cfm |active | #> | 6|AidData |The sector reported corresponds to AidData classifications |NA |NA |active | #> | 7|SDG Goal |A value from the top-level list of UN sustainable development goals (SDGs) (e.g. ‘1’) |NA |https://sustainabledevelopment.un.org/?menu=1300 |active | #> | 8|SDG Target |A value from the second-level list of UN sustainable development goals (SDGs) (e.g. ‘1.1’) |NA |http://unstats.un.org/sdgs/indicators/indicators-list/ |active | #> | 9|SDG Indicator |A value from the second-level list of UN sustainable development (SDG) indicators |NA |http://unstats.un.org/sdgs/indicators/indicators-list/ |active | #> | 10|Humanitarian Global Clusters (Inter-Agency Standing Committee) |The sector reported corresponds to an Inter-Agency Standard Committee Humanitarian Global Cluster code |NA |https://data.humdata.org/dataset/global-coordination-groups-beta |active |"},{"path":"/reference/codeTransactionType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeTransactionType — codeTransactionType","title":"codeTransactionType — codeTransactionType","text":"Transaction Type - Core codelist.","code":""},{"path":"/reference/codeTransactionType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeTransactionType — codeTransactionType","text":"","code":"codeTransactionType"},{"path":"/reference/codeTransactionType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeTransactionType — codeTransactionType","text":"data frame 13 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeTransactionType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeTransactionType — codeTransactionType","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeTransactionType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeTransactionType — codeTransactionType","text":"","code":"{ knitr::kable(head(codeTransactionType, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Incoming Funds |Funds recieved for use on the activity, which can be from an external or internal source. |NA |NA |active | #> | 2|Outgoing Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, for specific purposes, for the benefit of the recipient. |NA |NA |active | #> | 3|Disbursement |Outgoing funds that are placed at the disposal of a recipient government or organisation, or funds transferred between two separately reported activities. |NA |NA |active | #> | 4|Expenditure |Outgoing funds that are spent on goods and services for the activity. |NA |NA |active | #> | 5|Interest Payment |The actual amount of interest paid on a loan or line of credit, including fees. |NA |NA |active | #> | 6|Loan Repayment |The actual amount of principal (amortisation) repaid, including any arrears. |NA |NA |active | #> | 7|Reimbursement |A type of disbursement that covers funds that have already been spent by the recipient, as agreed in the terms of the grant or loan |NA |NA |active | #> | 8|Purchase of Equity |Outgoing funds that are used to purchase equity in a business |NA |NA |active | #> | 9|Sale of Equity |Incoming funds from the sale of equity. |NA |NA |active | #> | 10|Credit Guarantee |A commitment made by a funding organisation to underwrite a loan or line of credit entered into by a third party. |NA |NA |active |"},{"path":"/reference/codeUNSDGGoals.html","id":null,"dir":"Reference","previous_headings":"","what":"codeUNSDGGoals — codeUNSDGGoals","title":"codeUNSDGGoals — codeUNSDGGoals","text":"value top-level list UN sustainable development goals (SDGs) (e.g. ‘1’) External URL: https://sustainabledevelopment.un.org/?menu=1300","code":""},{"path":"/reference/codeUNSDGGoals.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeUNSDGGoals — codeUNSDGGoals","text":"","code":"codeUNSDGGoals"},{"path":"/reference/codeUNSDGGoals.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeUNSDGGoals — codeUNSDGGoals","text":"data frame 17 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeUNSDGGoals.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeUNSDGGoals — codeUNSDGGoals","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeUNSDGGoals.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeUNSDGGoals — codeUNSDGGoals","text":"","code":"{ knitr::kable(head(codeUNSDGGoals, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:----------------------------------------------------------------------------------------------------------------------------|:-----------|:--------|:---|:------| #> | 1|Goal 1. End poverty in all its forms everywhere |NA |NA |NA |active | #> | 2|Goal 2. End hunger, achieve food security and improved nutrition and promote sustainable agriculture |NA |NA |NA |active | #> | 3|Goal 3. Ensure healthy lives and promote well-being for all at all ages |NA |NA |NA |active | #> | 4|Goal 4. Ensure inclusive and equitable quality education and promote lifelong learning opportunities for all |NA |NA |NA |active | #> | 5|Goal 5. Achieve gender equality and empower all women and girls |NA |NA |NA |active | #> | 6|Goal 6. Ensure availability and sustainable management of water and sanitation for all |NA |NA |NA |active | #> | 7|Goal 7. Ensure access to affordable, reliable, sustainable and modern energy for all |NA |NA |NA |active | #> | 8|Goal 8. Promote sustained, inclusive and sustainable economic growth, full and productive employment and decent work for all |NA |NA |NA |active | #> | 9|Goal 9. Build resilient infrastructure, promote inclusive and sustainable industrialization and foster innovation |NA |NA |NA |active | #> | 10|Goal 10. Reduce inequality within and among countries |NA |NA |NA |active |"},{"path":"/reference/codeUNSDGTargets.html","id":null,"dir":"Reference","previous_headings":"","what":"codeUNSDGTargets — codeUNSDGTargets","title":"codeUNSDGTargets — codeUNSDGTargets","text":"value second-level list UN sustainable development goals (SDGs) (e.g. ‘1.1’) External URL: https://unstats.un.org/sdgs/indicators/indicators-list/","code":""},{"path":"/reference/codeUNSDGTargets.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeUNSDGTargets — codeUNSDGTargets","text":"","code":"codeUNSDGTargets"},{"path":"/reference/codeUNSDGTargets.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeUNSDGTargets — codeUNSDGTargets","text":"data frame 169 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeUNSDGTargets.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeUNSDGTargets — codeUNSDGTargets","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeUNSDGTargets.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeUNSDGTargets — codeUNSDGTargets","text":"","code":"{ knitr::kable(head(codeUNSDGTargets, 10)) } #> #> #> |code |name |description |category |url |status | #> |:----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------|:--------|:---|:------| #> |1.1 |By 2030, eradicate extreme poverty for all people everywhere, currently measured as people living on less than $1.25 a day |NA |NA |NA |active | #> |1.2 |By 2030, reduce at least by half the proportion of men, women and children of all ages living in poverty in all its dimensions according to national definitions |NA |NA |NA |active | #> |1.3 |Implement nationally appropriate social protection systems and measures for all, including floors, and by 2030 achieve substantial coverage of the poor and the vulnerable |NA |NA |NA |active | #> |1.4 |By 2030, ensure that all men and women, in particular the poor and the vulnerable, have equal rights to economic resources, as well as access to basic services, ownership and control over land and other forms of property, inheritance, natural resources, appropriate new technology and financial services, including microfinance |NA |NA |NA |active | #> |1.5 |By 2030, build the resilience of the poor and those in vulnerable situations and reduce their exposure and vulnerability to climate-related extreme events and other economic, social and environmental shocks and disasters |NA |NA |NA |active | #> |1.a |Ensure significant mobilization of resources from a variety of sources, including through enhanced development cooperation, in order to provide adequate and predictable means for developing countries, in particular least developed countries, to implement programmes and policies to end poverty in all its dimensions |NA |NA |NA |active | #> |1.b |Create sound policy frameworks at the national, regional and international levels, based on pro-poor and gender-sensitive development strategies, to support accelerated investment in poverty eradication actions |NA |NA |NA |active | #> |2.1 |By 2030, end hunger and ensure access by all people, in particular the poor and people in vulnerable situations, including infants, to safe, nutritious and sufficient food all year round |NA |NA |NA |active | #> |2.2 |By 2030, end all forms of malnutrition, including achieving, by 2025, the internationally agreed targets on stunting and wasting in children under 5 years of age, and address the nutritional needs of adolescent girls, pregnant and lactating women and older persons |NA |NA |NA |active | #> |2.3 |By 2030, double the agricultural productivity and incomes of small-scale food producers, in particular women, indigenous peoples, family farmers, pastoralists and fishers, including through secure and equal access to land, other productive resources and inputs, knowledge, financial services, markets and opportunities for value addition and non-farm employment |NA |NA |NA |active |"},{"path":"/reference/dataActivity.html","id":null,"dir":"Reference","previous_headings":"","what":"dataActivity — dataActivity","title":"dataActivity — dataActivity","text":"Records activities since UNHCR Programme 2016 IATI format","code":""},{"path":"/reference/dataActivity.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"dataActivity — dataActivity","text":"","code":"dataActivity"},{"path":"/reference/dataActivity.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"dataActivity — dataActivity","text":"data frame 825 rows 45 variables: iati_identifier character globally unique identifier activity. reporting_org character organisation issuing report. May primary source (reporting activity donor, implementing agency, etc) secondary source (reporting activities another organisation). reporting_org_ref character Machine-readable identification string organisation issuing report. Must format RegistrationAgency-RegistrationNumber RegistrationAgency valid code Organisation Registration Agency code list RegistrationNumber valid identifier issued RegistrationAgency. reporting_org_type character type organisation issuing report. See IATI codelist values. reporting_org_secondary_reporter logical flag indicating reporting organisation activity acting secondary reporter. secondary reporter one reproduces data activities organisation directly responsible. include publisher officially assigned proxy report behalf another. title_eng character short, human-readable title contains meaningful summary activity. English title_fr character short, human-readable title contains meaningful summary activity. French title_es character short, human-readable title contains meaningful summary activity. Spanish title_zh character short, human-readable title contains meaningful summary activity. Chinese title_ru character short, human-readable title contains meaningful summary activity. Russian title_ar character short, human-readable title contains meaningful summary activity. Arabic description_type_1 character type description provided. required one general description activity reported. description_eng_1 character Description type 1 - English descriptionv_fr_1 character Description type 1 - French description_type_2 character COLUMN_DESCRIPTION description_eng_2 character COLUMN_DESCRIPTION descriptionv_fr_2 character COLUMN_DESCRIPTION activity_status_code double COLUMN_DESCRIPTION activity_date_1 date COLUMN_DESCRIPTION activity_date_type_1 double COLUMN_DESCRIPTION activity_date_2 date COLUMN_DESCRIPTION activity_date_type_2 double COLUMN_DESCRIPTION activity_date_3 date COLUMN_DESCRIPTION activity_date_type_3 double COLUMN_DESCRIPTION activity_date_4 date COLUMN_DESCRIPTION activity_date_type_4 double COLUMN_DESCRIPTION contact_info_type character COLUMN_DESCRIPTION contact_info_org character COLUMN_DESCRIPTION contact_info_email character COLUMN_DESCRIPTION contact_info_website character COLUMN_DESCRIPTION contact_info_mailing_address character COLUMN_DESCRIPTION activity_scope_code double activity_scope_code recipient_country_code character recipient_country_code alpha 2 letters recipient_country_pct logical percentage activity recipoent country recipient_country logical COLUMN_DESCRIPTION recipient_region_code double COLUMN_DESCRIPTION recipient_region_vocabulary double COLUMN_DESCRIPTION recipient_region_vocabulary_url character COLUMN_DESCRIPTION recipient_region_pct logical COLUMN_DESCRIPTION recipient_region character recipient_region collaboration_type_code double type collaboration involved activity’s disbursements, e.g. “bilateral” “multilateral”. default_flow_type_code double COLUMN_DESCRIPTION default_finance_type_code double COLUMN_DESCRIPTION default_tied_status_code double COLUMN_DESCRIPTION capital_spend double capital_spend year character iati id year iati_identifier_reg_ops character iati_identifier_reg_ops is_operation logical UNHCR Field Operation programmme character ID programme region programmme_lab character label programme region iati_identifier_ops character Operation identifier iso3c character iso 3 character country ops_type character type operation single country operation ctr_name character countyr name unhcr_region character unhcr region reporting_org_type_name character reporting_org_type_name reporting_org_type_description character reporting_org_type_description activity_status_name character activity_status_name activity_status_description character activity_status_description activity_scope_name character activity_scope_name activity_scope_description character activity_scope_description collaboration_type_name character collaboration_type_name collaboration_type_description character collaboration_type_description","code":""},{"path":"/reference/dataActivity.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"dataActivity — dataActivity","text":"https://iatistandard.org/en/iati-standard/203/activity-standard/iati-activities/iati-activity/","code":""},{"path":"/reference/dataActivity.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"dataActivity — dataActivity","text":"","code":"{ knitr::kable(head(dataActivity, 10)) } #> #> #> |iati_identifier |reporting_org |reporting_org_ref | reporting_org_type|reporting_org_secondary_reporter |title_eng |title_fr |title_es |title_zh |title_ru |title_ar | description_type_1|description_eng_1 |descriptionv_fr_1 | description_type_2|description_eng_2 |descriptionv_fr_2 | activity_status_code|activity_date_1 | activity_date_type_1|activity_date_2 | activity_date_type_2|activity_date_3 | activity_date_type_3|activity_date_4 | activity_date_type_4|contact_info_type |contact_info_org |contact_info_email |contact_info_website |contact_info_mailing_address | activity_scope_code|recipient_country_code |recipient_country_pct |recipient_country | recipient_region_code| recipient_region_vocabulary|recipient_region_vocabulary_url |recipient_region_pct |recipient_region | collaboration_type_code| default_flow_type_code| default_finance_type_code| default_tied_status_code| capital_spend|year |iati_identifier_reg_ops |is_operation |programmme |programmme_lab |iati_identifier_ops |iso3c |ops_type |ctr_name |unhcr_region |reporting_org_type_name |reporting_org_type_description |activity_status_name |activity_status_description |activity_scope_name |activity_scope_description |collaboration_type_name |collaboration_type_description | #> |:-------------------------|:-----------------------------------------------------|:-----------------|------------------:|:--------------------------------|:-----------------------------------------------------------|:--------------------------------------------------------------|:--------|:--------|:--------|:--------|------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------:|:---------------|--------------------:|:---------------|--------------------:|:---------------|--------------------:|:---------------|--------------------:|:-----------------|:-----------------------------------------------------|:------------------|:---------------------|:-------------------------------------------------|-------------------:|:----------------------|:---------------------|:-----------------|---------------------:|---------------------------:|:---------------------------------------|:--------------------|:----------------------------|-----------------------:|----------------------:|-------------------------:|------------------------:|-------------:|:----|:-----------------------|:------------|:----------|:----------------------------|:-------------------|:-----|:--------|:------------|:-----------------------|:-----------------------|:------------------------------|:--------------------|:----------------------------------------------------------------------|:-------------------|:--------------------------------------------|:-----------------------|:------------------------------| #> |XM-DAC-41121-2016 |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR - The UN Refugee Agency (2016) |UNHCR - L'Agence des Nations Unies pour les réfugiés (2016) |NA |NA |NA |NA | 1|This is the overall activity for 2016 UNHCR operations. |Celle-ci est l'activité globale des opérations du HCR en 2016. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-12-31 | 4|2016-01-01 | 2|2016-01-01 | 1|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 1|NA |NA |NA | 1| 2|NA |NA |World | 4| 10| 110| 5| 0|2016 | |FALSE | | | | | |NA |NA |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |Global |The activity scope is global |Multilateral outflows |NA | #> |XM-DAC-41121-2016-AFR |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in Africa (2016) |Opérations du HCR en Afrique (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in Africa for 2016 including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR en Afrique pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-01-01 | 2|2016-12-31 | 3|2016-12-31 | 4|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |Africa | 4| 10| 110| 5| 0|2016 |AFR |FALSE |AFR |Africa | | | |NA |NA |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |Regional |The activity scope is a supranational region |Multilateral outflows |NA | #> |XM-DAC-41121-2016-AME |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in the Americas (2016) |Opérations du HCR dans les Amériques (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in the Americas for 2016 including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR dans les Amériques pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-01-01 | 2|2016-12-31 | 3|2016-12-31 | 4|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |The Americas | 4| 10| 110| 5| 0|2016 |AME |FALSE |AME |The Americas | | | |NA |NA |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |Regional |The activity scope is a supranational region |Multilateral outflows |NA | #> |XM-DAC-41121-2016-ASO |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in Asia and the Pacific (2016) |Opérations du HCR en Asie et dans le Pacifique (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in Asia and the Pacific for 2016 including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR en Asie et dans le Pacifique pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-12-31 | 4|2016-01-01 | 1|2016-12-31 | 3|2016-01-01 | 2|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |Asia and the Pacific | 4| 10| 110| 5| 0|2016 |ASO |FALSE |ASO |Asia and the Pacific | | | |NA |NA |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |Regional |The activity scope is a supranational region |Multilateral outflows |NA | #> |XM-DAC-41121-2016-EUR |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in Europe (2016) |Opérations du HCR en Europe (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in Europe for 2016 including including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR en Europe pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 2|2016-12-31 | 4|2016-01-01 | 1|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |Europe | 4| 10| 110| 5| 0|2016 |EUR |FALSE |EUR |Europe | | | |NA |NA |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |Regional |The activity scope is a supranational region |Multilateral outflows |NA | #> |XM-DAC-41121-2016-MENA |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in the Middle East and North Africa (2016) |Opérations du HCR au Moyen-Orient et au Afrique du Nord (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in the Middle East and North Africa for 2016 including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR au Moyen-Orient et au Afrique du Nord pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-12-31 | 4|2016-01-01 | 2|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |Middle East and North Africa | 4| 10| 110| 5| 0|2016 |MENA |FALSE |MENA |Middle East and North Africa | | | |NA |NA |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |Regional |The activity scope is a supranational region |Multilateral outflows |NA | #> |XM-DAC-41121-2016-AFR-AGO |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR Operation in Angola (2016) |L'opération du HCR en Angola (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operation in Angola for 2016 including the budget, funding, expenditure and results. |Cette activité montre les détails de l'opération du HCR en Angola pour 2016, y compris le budget, les financements, les dépenses et les résultats. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-12-31 | 4|2016-01-01 | 2|2016-01-01 | 1|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 4|AO |NA |NA | NA| NA|NA |NA |NA | 4| 10| 110| 5| 0|2016 |AFR-AGO |TRUE |AFR |Africa |AGO |AGO | |Angola |Southern Africa |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |National |The activity scope covers one country |Multilateral outflows |NA | #> |XM-DAC-41121-2016-AFR-BDI |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR Operation in Burundi (2016) |L'opération du HCR au Burundi (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operation in Burundi for 2016 including the budget, funding, expenditure and results. |Cette activité montre les détails de l'opération du HCR au Burundi pour 2016, y compris le budget, les financements, les dépenses et les résultats. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-12-31 | 4|2016-01-01 | 2|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 4|BI |NA |NA | NA| NA|NA |NA |NA | 4| 10| 110| 5| 0|2016 |AFR-BDI |TRUE |AFR |Africa |BDI |BDI | |Burundi |East and Horn of Africa |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |National |The activity scope covers one country |Multilateral outflows |NA | #> |XM-DAC-41121-2016-AFR-BFA |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR Operation in Burkina Faso (2016) |L'opération du HCR au Burkina Faso (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operation in Burkina Faso for 2016 including the budget, funding, expenditure and results. |Cette activité montre les détails de l'opération du HCR au Burkina Faso pour 2016, y compris le budget, les financements, les dépenses et les résultats. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-12-31 | 4|2016-12-31 | 3|2016-01-01 | 2|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 4|BF |NA |NA | NA| NA|NA |NA |NA | 4| 10| 110| 5| 0|2016 |AFR-BFA |TRUE |AFR |Africa |BFA |BFA | |Burkina Faso |West and Central Africa |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |National |The activity scope covers one country |Multilateral outflows |NA | #> |XM-DAC-41121-2016-AFR-BWA |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR Operation in Botswana (2016) |L'opération du HCR au Botswana (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operation in Botswana for 2016 including the budget, funding, expenditure and results. |Cette activité montre les détails de l'opération du HCR au Botswana pour 2016, y compris le budget, les financements, les dépenses et les résultats. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-01-01 | 2|2016-12-31 | 3|2016-12-31 | 4|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 4|BW |NA |NA | NA| NA|NA |NA |NA | 4| 10| 110| 5| 0|2016 |AFR-BWA |TRUE |AFR |Africa |BWA |BWA | |Botswana |Southern Africa |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |National |The activity scope covers one country |Multilateral outflows |NA |"},{"path":"/reference/dataBudget.html","id":null,"dir":"Reference","previous_headings":"","what":"dataBudget — dataBudget","title":"dataBudget — dataBudget","text":"Display budget operation","code":""},{"path":"/reference/dataBudget.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"dataBudget — dataBudget","text":"","code":"dataBudget"},{"path":[]},{"path":"/reference/dataBudget.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"dataBudget — dataBudget","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataBudget.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"dataBudget — dataBudget","text":"","code":"{ knitr::kable(head(dataBudget, 10)) } #> #> #> |iati_identifier | budget_type| budget_status|budget_period_start |budget_period_end |budget_currency |budget_value_date |budget_value |budget_type_name |budget_type_description |budget_status_name |budget_status_description | #> |:---------------------------|-----------:|-------------:|:-------------------|:-----------------|:---------------|:-----------------|:------------|:----------------|:-----------------------|:------------------|:-------------------------| #> |XM-DAC-41121-2016-AFR-AGO | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |3721489.92 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-BDI | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |34538841.62 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-BFA | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |21679175.82 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-BWA | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |3333214.59 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-CAF | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |57558703.669 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-CIV | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |30785019.55 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-CMR | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |98624602.509 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-CODRO | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |209710336.16 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-COG | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |32000000.31 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-DJI | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |31987830.36 |NA |NA |NA |NA |"},{"path":"/reference/dataDefault_aid_type.html","id":null,"dir":"Reference","previous_headings":"","what":"dataDefault_aid_type — dataDefault_aid_type","title":"dataDefault_aid_type — dataDefault_aid_type","text":"Default_aid_type","code":""},{"path":"/reference/dataDefault_aid_type.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"dataDefault_aid_type — dataDefault_aid_type","text":"","code":"dataDefault_aid_type"},{"path":"/reference/dataDefault_aid_type.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"dataDefault_aid_type — dataDefault_aid_type","text":"data frame iati_identifier character globally unique identifier activity. default_aid_type_code character aid_type_code default_aid_type_vocabulary logical aid_type_vocabulary","code":""},{"path":"/reference/dataDefault_aid_type.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"dataDefault_aid_type — dataDefault_aid_type","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataDefault_aid_type.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"dataDefault_aid_type — dataDefault_aid_type","text":"","code":"{ knitr::kable(head(dataDefault_aid_type, 10)) } #> #> #> |iati_identifier |default_aid_type_code |default_aid_type_vocabulary | #> |:-------------------------|:---------------------|:---------------------------| #> |XM-DAC-41121-2016 |B02 |NA | #> |XM-DAC-41121-2016-AFR |B02 |NA | #> |XM-DAC-41121-2016-AME |B02 |NA | #> |XM-DAC-41121-2016-ASO |B02 |NA | #> |XM-DAC-41121-2016-EUR |B02 |NA | #> |XM-DAC-41121-2016-MENA |B02 |NA | #> |XM-DAC-41121-2016-AFR-AGO |B02 |NA | #> |XM-DAC-41121-2016-AFR-BDI |B02 |NA | #> |XM-DAC-41121-2016-AFR-BFA |B02 |NA | #> |XM-DAC-41121-2016-AFR-BWA |B02 |NA |"},{"path":"/reference/dataDocument_link.html","id":null,"dir":"Reference","previous_headings":"","what":"dataDocument_link — dataDocument_link","title":"dataDocument_link — dataDocument_link","text":"Links additional documents relation programme","code":""},{"path":"/reference/dataDocument_link.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"dataDocument_link — dataDocument_link","text":"","code":"dataDocument_link"},{"path":"/reference/dataDocument_link.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"dataDocument_link — dataDocument_link","text":"data frame 4722 rows 7 variables: iati_identifier character globally unique identifier activity. document_url character document_url document_format character COLUMN_DESCRIPTION document_title character COLUMN_DESCRIPTION document_category_code character COLUMN_DESCRIPTION document_language_code character COLUMN_DESCRIPTION document_date character COLUMN_DESCRIPTION","code":""},{"path":"/reference/dataDocument_link.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"dataDocument_link — dataDocument_link","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataDocument_link.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"dataDocument_link — dataDocument_link","text":"","code":"{ knitr::kable(head(dataDocument_link, 10)) } #> #> #> |iati_identifier |document_url |document_format |document_title |document_category_code |document_language_code |document_date | #> |:-----------------|:---------------------------------------------------------------------------------------------|:---------------|:------------------------------------------------------------------------|:----------------------|:----------------------|:-------------| #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/sites/default/files/gr2016/pdf/Book_GR_2016_ENGLISH_complete.pdf |application/pdf |UNHCR Global Report 2016 |B01 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/18991 |text/html |Use of Unearmarked Funding in 2016 |B01 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/sites/default/files/gr2016/pdf/fr/Book_GR_2016_FRENCH_Complete.pdf |application/pdf |UNHCR Rapport Global 2016 |B01 |fr |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/15495 |text/html |Emerging Resettlement Countries Joint Support Mechanism (ERCM) |B02 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/15535 |text/html |Multi-Year Pilots Promoting Solutions 2016-2019 |B02 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://www.unhcr.org/ga16/index.xml |text/html |UNHCR Global Appeal 2016-2017 |B02 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://www.unhcr.org/fr/ga16/index.xml |text/html |UNHCR Appel Global 2016-2017 |B02 |fr |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/16975 |text/html |2006 - 2015 Ten Years of Reforms |B09 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/16934 |text/html |#Ibelong Campaign to End Statelessness Special Appeal |B12 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/14017 |text/html |Building Resilience and Solutions for Afghan refugees in South-West Asia |B12 |en |2020-02-16 |"},{"path":"/reference/dataHumanitarian_scope.html","id":null,"dir":"Reference","previous_headings":"","what":"dataHumanitarian_scope — dataHumanitarian_scope","title":"dataHumanitarian_scope — dataHumanitarian_scope","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/dataHumanitarian_scope.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"dataHumanitarian_scope — dataHumanitarian_scope","text":"","code":"dataHumanitarian_scope"},{"path":"/reference/dataHumanitarian_scope.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"dataHumanitarian_scope — dataHumanitarian_scope","text":"data frame 1578 rows 8 variables: iati_identifier character globally unique identifier activity. humanitarian_scope_type character COLUMN_DESCRIPTION humanitarian_scope_vocabulary character COLUMN_DESCRIPTION humanitarian_scope_vocabulary_uri character COLUMN_DESCRIPTION humanitarian_scope_code character COLUMN_DESCRIPTION humanitarian_scope_pct logical COLUMN_DESCRIPTION humanitarian_scope_desc_eng character COLUMN_DESCRIPTION humanitarian_scope_desc_fr character COLUMN_DESCRIPTION","code":""},{"path":"/reference/dataHumanitarian_scope.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"dataHumanitarian_scope — dataHumanitarian_scope","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataHumanitarian_scope.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"dataHumanitarian_scope — dataHumanitarian_scope","text":"","code":"{ knitr::kable(head(dataHumanitarian_scope, 10)) } #> #> #> |iati_identifier |humanitarian_scope_type |humanitarian_scope_vocabulary |humanitarian_scope_vocabulary_uri |humanitarian_scope_code |humanitarian_scope_pct |humanitarian_scope_desc_eng |humanitarian_scope_desc_fr | #> |:-------------------------|:-----------------------|:-----------------------------|:---------------------------------------|:--------------------------|:----------------------|:-----------------------------------------------------------------------|:--------------------------| #> |XM-DAC-41121-2016 |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-AFR |2 |99 |http://reporting.unhcr.org/node/15206 |BURUNDI-SITUATION-2016 |NA |BURUNDI SITUATION Supplementary Appeal January - December 2016 |NA | #> |XM-DAC-41121-2016-AFR |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-AFR |2 |99 |http://reporting.unhcr.org/node/20748 |SOUTH-SUDAN-SITUATION-2016 |NA |SOUTH SUDAN SITUATION Supplementary Appeal January - December 2016 |NA | #> |XM-DAC-41121-2016-AME |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-AME |2 |99 |http://reporting.unhcr.org/node/13944 |NTCA-SITUATION-2016 |NA |Regional Response to the Northern Triangle of Central America Situation |NA | #> |XM-DAC-41121-2016-ASO |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-EUR |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-MENA |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-AFR-AGO |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 |"},{"path":"/reference/dataLocation.html","id":null,"dir":"Reference","previous_headings":"","what":"dataLocation — dataLocation","title":"dataLocation — dataLocation","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/dataLocation.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"dataLocation — dataLocation","text":"","code":"dataLocation"},{"path":"/reference/dataLocation.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"dataLocation — dataLocation","text":"data frame iati_identifier character globally unique identifier activity. location_ref character COLUMN_DESCRIPTION location_reach character COLUMN_DESCRIPTION location_id_vocabulary logical COLUMN_DESCRIPTION location_id_code logical COLUMN_DESCRIPTION location_name character COLUMN_DESCRIPTION location_activity_descr logical COLUMN_DESCRIPTION location_adm_vocabulary logical COLUMN_DESCRIPTION location_adm_level logical COLUMN_DESCRIPTION location_adm_code logical COLUMN_DESCRIPTION location_lat character COLUMN_DESCRIPTION location_long character COLUMN_DESCRIPTION location_exactness_code character COLUMN_DESCRIPTION location_class_code character COLUMN_DESCRIPTION location_feature_designation_code logical COLUMN_DESCRIPTION","code":""},{"path":"/reference/dataLocation.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"dataLocation — dataLocation","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataLocation.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"dataLocation — dataLocation","text":"","code":"{ knitr::kable(head(dataLocation, 10)) } #> #> #> |iati_identifier |location_ref |location_reach |location_id_vocabulary |location_id_code |location_name |location_activity_descr |location_adm_vocabulary |location_adm_level |location_adm_code |location_lat |location_long |location_exactness_code |location_class_code |location_feature_designation_code | #> |:-------------------------|:------------|:--------------|:----------------------|:----------------|:-------------|:-----------------------|:-----------------------|:------------------|:-----------------|:------------|:-------------|:-----------------------|:-------------------|:---------------------------------| #> |XM-DAC-41121-2016 |CHEP000332 |1 |NA |NA |HQ Geneva |NA |NA |NA |NA |46.2204 |6.1412 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR |SENP000307 |1 |NA |NA |Dakar |NA |NA |NA |NA |14.7297 |-17.4638 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR |KENP000579 |1 |NA |NA |Nairobi |NA |NA |NA |NA |-1.2283 |36.7613 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR |ZAFP000279 |1 |NA |NA |Pretoria |NA |NA |NA |NA |-25.73 |28.217 |1 |3 |NA | #> |XM-DAC-41121-2016-AME |PANP000747 |1 |NA |NA |Panamá |NA |NA |NA |NA |9.0029 |-79.5172 |1 |3 |NA | #> |XM-DAC-41121-2016-ASO |THAP000346 |1 |NA |NA |Bangkok |NA |NA |NA |NA |13.7438 |100.5479 |1 |3 |NA | #> |XM-DAC-41121-2016-EUR |CHEP000332 |1 |NA |NA |Geneva |NA |NA |NA |NA |46.2204 |6.1412 |1 |3 |NA | #> |XM-DAC-41121-2016-MENA |JORP000901 |1 |NA |NA |Amman |NA |NA |NA |NA |31.9648 |35.842 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR-AGO |AGOp000026 |1 |NA |NA |Dundo |NA |NA |NA |NA |-7.35 |20.8217 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR-AGO |AGOp000019 |1 |NA |NA |Luanda |NA |NA |NA |NA |-8.8299 |13.233 |1 |3 |NA |"},{"path":"/reference/dataParticipating_org.html","id":null,"dir":"Reference","previous_headings":"","what":"participating_org — dataParticipating_org","title":"participating_org — dataParticipating_org","text":"organisation involved activity. May donor, fund, agency, etc. Specifying ref identifier strongly recommended. May contain organisation name narrative. reporting organisation plays role activity repeated . One organisation may play one role (eg, funding implementing): case role reported name organisation repeated.","code":""},{"path":"/reference/dataParticipating_org.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"participating_org — dataParticipating_org","text":"","code":"dataParticipating_org"},{"path":"/reference/dataParticipating_org.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"participating_org — dataParticipating_org","text":"data frame iati_identifier character globally unique identifier activity. participating_org_eng character COLUMN_DESCRIPTION participating_org_ref character Machine-readable identification string organisation issuing report. Must format RegistrationAgency-RegistrationNumber RegistrationAgency valid code Organisation Registration Agency code list RegistrationNumber valid identifier issued RegistrationAgency. present narrative MUST contain name organisation. participating_org_type double type organisation issuing report. See IATI codelist codeOrganisationType values. participating_org_role double IATI code describing organisation’s role activity (donor, agency, etc.). see codeOrganisationRole participating_org_activity_id logical valid activity identifier published participating organisation points activity published IATI describes role activity. participating_org_crs_channel_code logical CRS++ Reporting Directives code identifies implementing agency. Codes ending ‘00’ generic similar OrganisationType code. participating_org_type_name character COLUMN_DESCRIPTION participating_org_type_description character COLUMN_DESCRIPTION participating_org_role_name character COLUMN_DESCRIPTION participating_org_role_description character COLUMN_DESCRIPTION","code":""},{"path":"/reference/dataParticipating_org.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"participating_org — dataParticipating_org","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataParticipating_org.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"participating_org — dataParticipating_org","text":"","code":"{ knitr::kable(head(dataParticipating_org, 10)) } #> #> #> |iati_identifier |participating_org_eng |participating_org_ref | participating_org_type| participating_org_role|participating_org_activity_id |participating_org_crs_channel_code |participating_org_type_name |participating_org_type_description |participating_org_role_name |participating_org_role_description | #> |:-----------------|:-----------------------------------------------------|:---------------------|----------------------:|----------------------:|:-----------------------------|:----------------------------------|:---------------------------|:----------------------------------|:---------------------------|:--------------------------------------------------------------------------| #> |XM-DAC-41121-2016 |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40| 4|NA |NA |Multilateral |NA |Implementing |The organisation that physically carries out the activity or intervention. | #> |XM-DAC-41121-2016 |Australia for UNHCR |NA | 22| 1|NA |NA |National NGO |NA |Funding |The government or organisation which provides funds to the activity. | #> |XM-DAC-41121-2016 |España con ACNUR |NA | 22| 1|NA |NA |National NGO |NA |Funding |The government or organisation which provides funds to the activity. | #> |XM-DAC-41121-2016 |Japan for UNHCR |NA | 22| 1|NA |NA |National NGO |NA |Funding |The government or organisation which provides funds to the activity. | #> |XM-DAC-41121-2016 |Sweden for UNHCR |NA | 22| 1|NA |NA |National NGO |NA |Funding |The government or organisation which provides funds to the activity. | #> |XM-DAC-41121-2016 |UNO-Flüchtlingshilfe |NA | 22| 1|NA |NA |National NGO |NA |Funding |The government or organisation which provides funds to the activity. | #> |XM-DAC-41121-2016 |USA for UNHCR |NA | 22| 1|NA |NA |National NGO |NA |Funding |The government or organisation which provides funds to the activity. | #> |XM-DAC-41121-2016 |Government of Kuwait |NA | 10| 1|NA |NA |Government |NA |Funding |The government or organisation which provides funds to the activity. | #> |XM-DAC-41121-2016 |Government of Portugal |NA | 10| 1|NA |NA |Government |NA |Funding |The government or organisation which provides funds to the activity. | #> |XM-DAC-41121-2016 |Government of France |NA | 10| 1|NA |NA |Government |NA |Funding |The government or organisation which provides funds to the activity. |"},{"path":"/reference/dataRelated_activity.html","id":null,"dir":"Reference","previous_headings":"","what":"dataRelated_activity — dataRelated_activity","title":"dataRelated_activity — dataRelated_activity","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/dataRelated_activity.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"dataRelated_activity — dataRelated_activity","text":"","code":"dataRelated_activity"},{"path":"/reference/dataRelated_activity.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"dataRelated_activity — dataRelated_activity","text":"data frame iati_identifier character globally unique identifier activity. related_activity_ref character COLUMN_DESCRIPTION related_activity_type character COLUMN_DESCRIPTION","code":""},{"path":"/reference/dataRelated_activity.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"dataRelated_activity — dataRelated_activity","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataRelated_activity.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"dataRelated_activity — dataRelated_activity","text":"","code":"{ knitr::kable(head(dataRelated_activity, 10)) } #> #> #> |iati_identifier |related_activity_ref |related_activity_type | #> |:---------------------|:----------------------------|:---------------------| #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-AFR |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-AME |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-ASO |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-EUR |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-GLOBALPROG |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-HQ |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-JPO |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-MENA |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2017 |3 | #> |XM-DAC-41121-2016-AFR |XM-DAC-41121-2016 |1 |"},{"path":"/reference/dataResult.html","id":null,"dir":"Reference","previous_headings":"","what":"dataResult — dataResult","title":"dataResult — dataResult","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/dataResult.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"dataResult — dataResult","text":"","code":"dataResult"},{"path":"/reference/dataResult.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"dataResult — dataResult","text":"data frame iati_identifier character globally unique identifier activity. result_type double COLUMN_DESCRIPTION result_title character COLUMN_DESCRIPTION result_indicator_title character COLUMN_DESCRIPTION result_indicator_measure double COLUMN_DESCRIPTION result_indicator_aggregation_status character COLUMN_DESCRIPTION result_indicator_ascending character COLUMN_DESCRIPTION result_indicator_reference_code logical COLUMN_DESCRIPTION result_indicator_reference_uri logical COLUMN_DESCRIPTION result_indicator_reference_vocabulary logical COLUMN_DESCRIPTION result_indicator_baseline_location_ref character COLUMN_DESCRIPTION result_indicator_baseline_value character COLUMN_DESCRIPTION result_indicator_baseline_year character COLUMN_DESCRIPTION result_indicator_baseline_date logical COLUMN_DESCRIPTION result_indicator_baseline_dimension_1 character COLUMN_DESCRIPTION result_indicator_baseline_dimension_value_1 character COLUMN_DESCRIPTION result_indicator_baseline_dimension_2 character COLUMN_DESCRIPTION result_indicator_baseline_dimension_value_2 character COLUMN_DESCRIPTION result_indicator_period_start character COLUMN_DESCRIPTION result_indicator_period_end character COLUMN_DESCRIPTION result_indicator_target_value character COLUMN_DESCRIPTION result_indicator_target_location_ref character COLUMN_DESCRIPTION result_indicator_target_dimension_1 character COLUMN_DESCRIPTION result_indicator_target_value_1 character COLUMN_DESCRIPTION result_indicator_target_dimension_2 character COLUMN_DESCRIPTION result_indicator_target_value_2 character COLUMN_DESCRIPTION result_indicator_actual_value character COLUMN_DESCRIPTION result_indicator_actual_location_ref character COLUMN_DESCRIPTION result_indicator_actual_dimension_1 character COLUMN_DESCRIPTION result_indicator_actual_value_1 character COLUMN_DESCRIPTION result_indicator_actual_dimension_2 character COLUMN_DESCRIPTION result_indicator_actual_value_2 character COLUMN_DESCRIPTION result_type_name character COLUMN_DESCRIPTION result_type_description character COLUMN_DESCRIPTION indicator_measure_name character COLUMN_DESCRIPTION indicator_measure_description character COLUMN_DESCRIPTION","code":""},{"path":"/reference/dataResult.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"dataResult — dataResult","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataResult.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"dataResult — dataResult","text":"","code":"{ knitr::kable(head(dataResult, 10)) } #> #> #> |iati_identifier | result_type|result_title |result_indicator_title | result_indicator_measure|result_indicator_aggregation_status |result_indicator_ascending |result_indicator_reference_code |result_indicator_reference_uri |result_indicator_reference_vocabulary |result_indicator_baseline_location_ref |result_indicator_baseline_value |result_indicator_baseline_year |result_indicator_baseline_date |result_indicator_baseline_dimension_1 |result_indicator_baseline_dimension_value_1 |result_indicator_baseline_dimension_2 |result_indicator_baseline_dimension_value_2 |result_indicator_period_start |result_indicator_period_end |result_indicator_target_value |result_indicator_target_location_ref |result_indicator_target_dimension_1 |result_indicator_target_value_1 |result_indicator_target_dimension_2 |result_indicator_target_value_2 |result_indicator_actual_value |result_indicator_actual_location_ref |result_indicator_actual_dimension_1 |result_indicator_actual_value_1 |result_indicator_actual_dimension_2 |result_indicator_actual_value_2 |result_type_name |result_type_description |indicator_measure_name |indicator_measure_description | #> |:-------------------------|-----------:|:----------------------------------------|:--------------------------------------------------------------------------------------------------------------------|------------------------:|:-----------------------------------|:--------------------------|:-------------------------------|:------------------------------|:-------------------------------------|:--------------------------------------|:-------------------------------|:------------------------------|:------------------------------|:-------------------------------------|:-------------------------------------------|:-------------------------------------|:-------------------------------------------|:-----------------------------|:---------------------------|:-----------------------------|:------------------------------------|:-----------------------------------|:-------------------------------|:-----------------------------------|:-------------------------------|:-----------------------------|:------------------------------------|:-----------------------------------|:-------------------------------|:-----------------------------------|:-------------------------------|:----------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------|:----------------------------------------| #> |XM-DAC-41121-2016-AFR-AGO | 2|Civil status documentation |% children under 12 months old who have been issued birth certificates by the authorities | 2|NA |NA |NA |NA |NA |Angola |30 |2016 |NA |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |35 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |NA |NA |NA |NA |NA |NA |Outcome |Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme. |Percentage |The indicator is measured in percentages | #> |XM-DAC-41121-2016-AFR-AGO | 2|Community mobilization |% of active female participants in leadership/ management structures | 2|NA |NA |NA |NA |NA |Angola |20 |2016 |NA |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |50 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |25 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |Outcome |Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme. |Percentage |The indicator is measured in percentages | #> |XM-DAC-41121-2016-AFR-AGO | 1|Law and policy |# of advocacy interventions made | 1|NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |2016-01-01 |2016-12-31 |6 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |8 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |Output |Results of the activity that came about as a direct effect of your work and specific, what is done, and what communities are reached. For example, X number of individuals. |Unit |The indicator is measured in units. | #> |XM-DAC-41121-2016-AFR-AGO | 2|Resettlement |% of persons of concern identified in need of resettlement submitted for resettlement | 2|NA |NA |NA |NA |NA |Angola |0 |2016 |NA |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |25 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |9.76 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |Outcome |Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme. |Percentage |The indicator is measured in percentages | #> |XM-DAC-41121-2016-AFR-AGO | 2|SGBV prevention and response |Extent community is active in SGBV prevention and survivor centered protection | 1|NA |NA |NA |NA |NA |Angola |60 |2016 |NA |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |70 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |40 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |Outcome |Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme. |Unit |The indicator is measured in units. | #> |XM-DAC-41121-2016-AFR-AGO | 2|Services for persons with specific needs |% of persons of concern with disabilities who receive services for their specific needs | 2|NA |NA |NA |NA |NA |Angola |46.2 |2016 |NA |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |55 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |15.32 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |Outcome |Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme. |Percentage |The indicator is measured in percentages | #> |XM-DAC-41121-2016-AFR-AGO | 2|Solutions strategy |Extent Comprehensive Solutions strategy identified and agreed | 1|NA |NA |NA |NA |NA |Angola |75 |2016 |NA |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |85 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |65 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |Outcome |Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme. |Unit |The indicator is measured in units. | #> |XM-DAC-41121-2016-AFR-AGO | 2|Status determination |Extent applicants have access to status determination procedure | 1|NA |NA |NA |NA |NA |Angola |20 |2016 |NA |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |35 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |4 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |Outcome |Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme. |Unit |The indicator is measured in units. | #> |XM-DAC-41121-2016-AFR-BDI | 1|Child protection |# of best interests assessments conducted | 1|NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |2016-01-01 |2016-12-31 |430 |Burundi |Population targeted |Refugees and asylum-seekers |Goal |Protection and mixed solutions |471 |Burundi |Population targeted |Refugees and asylum-seekers |Goal |Protection and mixed solutions |Output |Results of the activity that came about as a direct effect of your work and specific, what is done, and what communities are reached. For example, X number of individuals. |Unit |The indicator is measured in units. | #> |XM-DAC-41121-2016-AFR-BDI | 1|Child protection |# of children's committees, groups and other structures that are operational and facilitate children's participation | 1|NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |2016-01-01 |2016-12-31 |11 |Burundi |Population targeted |Refugees and asylum-seekers |Goal |Protection and mixed solutions |16 |Burundi |Population targeted |Refugees and asylum-seekers |Goal |Protection and mixed solutions |Output |Results of the activity that came about as a direct effect of your work and specific, what is done, and what communities are reached. For example, X number of individuals. |Unit |The indicator is measured in units. |"},{"path":"/reference/dataSector.html","id":null,"dir":"Reference","previous_headings":"","what":"sector — dataSector","title":"sector — dataSector","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/dataSector.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"sector — dataSector","text":"","code":"dataSector"},{"path":"/reference/dataSector.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"sector — dataSector","text":"data frame iati_identifier character globally unique identifier activity. sector_vocabulary character COLUMN_DESCRIPTION sector_vocabulary_uri logical COLUMN_DESCRIPTION sector_code character COLUMN_DESCRIPTION sector_pct character COLUMN_DESCRIPTION sector_desc character COLUMN_DESCRIPTION sector_vocabulary_name character COLUMN_DESCRIPTION sector_vocabulary_description character COLUMN_DESCRIPTION","code":""},{"path":"/reference/dataSector.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"sector — dataSector","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataSector.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"sector — dataSector","text":"","code":"{ knitr::kable(head(dataSector, 10)) } #> #> #> |iati_identifier | sector_vocabulary|sector_vocabulary_uri |sector_code |sector_pct |sector_desc |sector_vocabulary_name |sector_vocabulary_description | #> |:---------------------|-----------------:|:---------------------|:-----------|:----------|:-----------------------------------------|:------------------------------------|:-----------------------------------------------------------------------------------------------------------------| #> |XM-DAC-41121-2016 | 99|NA |1 |76.93 |Refugee programme |Reporting Organisation |The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity | #> |XM-DAC-41121-2016 | 99|NA |2 |.82 |Stateless programme |Reporting Organisation |The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity | #> |XM-DAC-41121-2016 | 99|NA |3 |3.69 |Reintegration projects |Reporting Organisation |The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity | #> |XM-DAC-41121-2016 | 99|NA |4 |18.56 |Internally Displaced Person projects |Reporting Organisation |The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity | #> |XM-DAC-41121-2016 | 1|NA |72010 |65.52 |Material relief assistance and services |OECD DAC CRS Purpose Codes (5 digit) |The sector reported corresponds to an OECD DAC CRS 5-digit purpose code | #> |XM-DAC-41121-2016 | 1|NA |72011 |6.24 |Basic Health Care Services in Emergencies |OECD DAC CRS Purpose Codes (5 digit) |The sector reported corresponds to an OECD DAC CRS 5-digit purpose code | #> |XM-DAC-41121-2016 | 1|NA |72012 |3.9 |Education in emergencies |OECD DAC CRS Purpose Codes (5 digit) |The sector reported corresponds to an OECD DAC CRS 5-digit purpose code | #> |XM-DAC-41121-2016 | 1|NA |72040 |.91 |Emergency food aid |OECD DAC CRS Purpose Codes (5 digit) |The sector reported corresponds to an OECD DAC CRS 5-digit purpose code | #> |XM-DAC-41121-2016 | 1|NA |72050 |23.43 |Relief co-ordination and support services |OECD DAC CRS Purpose Codes (5 digit) |The sector reported corresponds to an OECD DAC CRS 5-digit purpose code | #> |XM-DAC-41121-2016-AFR | 99|NA |1 |81.64 |Refugee programme |Reporting Organisation |The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity |"},{"path":"/reference/dataTransaction.html","id":null,"dir":"Reference","previous_headings":"","what":"transaction — dataTransaction","title":"transaction — dataTransaction","text":"Transactions recording committed actual funds flowing aid activity.","code":""},{"path":"/reference/dataTransaction.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"transaction — dataTransaction","text":"","code":"dataTransaction"},{"path":"/reference/dataTransaction.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"transaction — dataTransaction","text":"data frame iati_identifier character COLUMN_DESCRIPTION transaction_ref character COLUMN_DESCRIPTION transaction_humanitarian logical COLUMN_DESCRIPTION transaction_type_code double COLUMN_DESCRIPTION transaction_date double COLUMN_DESCRIPTION transaction_value_currency character COLUMN_DESCRIPTION transaction_value_date double COLUMN_DESCRIPTION transaction_value double COLUMN_DESCRIPTION transaction_description character COLUMN_DESCRIPTION transaction_provider_org_type double COLUMN_DESCRIPTION transaction_provider_org_ref character COLUMN_DESCRIPTION transaction_provider_org character COLUMN_DESCRIPTION transaction_aid_type_code_1 character COLUMN_DESCRIPTION transaction_aid_type_vocabulary_1 double COLUMN_DESCRIPTION transaction_aid_type_code_2 character COLUMN_DESCRIPTION transaction_aid_type_vocabulary_2 double COLUMN_DESCRIPTION transaction_value_USD double COLUMN_DESCRIPTION transaction_type_name character COLUMN_DESCRIPTION transaction_type_description character COLUMN_DESCRIPTION provider_org_type_name character COLUMN_DESCRIPTION provider_org_type_description character COLUMN_DESCRIPTION aid_type1_name character COLUMN_DESCRIPTION aid_type1_description character COLUMN_DESCRIPTION earmarking_name character COLUMN_DESCRIPTION earmarking_description character COLUMN_DESCRIPTION aid_type_vocabulary1_name character COLUMN_DESCRIPTION aid_type_vocabulary1_description character COLUMN_DESCRIPTION aid_type_vocabulary2_name character COLUMN_DESCRIPTION aid_type_vocabulary2_description character COLUMN_DESCRIPTION","code":""},{"path":"/reference/dataTransaction.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"transaction — dataTransaction","text":"https://iatistandard.org/en/iati-standard/203/activity-standard/iati-activities/iati-activity/transaction/","code":""},{"path":"/reference/dataTransaction.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"transaction — dataTransaction","text":"","code":"{ knitr::kable(head(dataTransaction, 10)) } #> #> #> |iati_identifier |transaction_ref |transaction_humanitarian | transaction_type_code|transaction_date |transaction_value_currency |transaction_value_date | transaction_value|transaction_description | transaction_provider_org_type|transaction_provider_org_ref |transaction_provider_org |transaction_aid_type_code_1 | transaction_aid_type_vocabulary_1|transaction_aid_type_code_2 | transaction_aid_type_vocabulary_2| transaction_value_USD|transaction_type_name |transaction_type_description |provider_org_type_name |provider_org_type_description |aid_type1_name |aid_type1_description |earmarking_name |earmarking_description |aid_type_vocabulary1_name |aid_type_vocabulary1_description |aid_type_vocabulary2_name |aid_type_vocabulary2_description | #> |:-----------------|:---------------|:------------------------|---------------------:|:----------------|:--------------------------|:----------------------|-----------------:|:----------------------------|-----------------------------:|:----------------------------|:------------------------|:---------------------------|---------------------------------:|:---------------------------|---------------------------------:|---------------------:|:---------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------|:-----------------------------|:---------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------|:-----------------------------------------------------|:-------------------------|:-----------------------------------------------------------------------|:-------------------------|:-----------------------------------------------------------------------------------------------------------| #> |XM-DAC-41121-2016 |65337 |NA | 11|2016-06-30 |USD |2016-06-30 | 995603|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 995603.365|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). |Unearmarked |Any or all of the Earmarking Modality codes A,B or C. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65737 |NA | 11|2016-07-31 |USD |2016-07-31 | 99558|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 99557.520|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). |Unearmarked |Any or all of the Earmarking Modality codes A,B or C. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65228 |NA | 11|2016-04-30 |USD |2016-04-30 | 100|Monthly contribution summary | 70|NA |Private donors |B03 | 1|2 | 2| 99.660|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Contributions to specific-purpose programmes and funds managed by implementing partners |In addition to their core-funded operations, international organisations, NGOs, PPPs and networks, both in provider and in third countries, set up programmes and funds with a specific sectoral, thematic or geographical focus. Donors’ bilateral contributions to such programmes and funds are recorded here. |Softly Earmarked |Any or all of the Earmarking Modality codes D,E or F. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65677 |NA | 11|2016-12-31 |USD |2016-12-31 | 9847|Monthly contribution summary | 70|NA |Private donors |B03 | 1|2 | 2| 9847.020|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Contributions to specific-purpose programmes and funds managed by implementing partners |In addition to their core-funded operations, international organisations, NGOs, PPPs and networks, both in provider and in third countries, set up programmes and funds with a specific sectoral, thematic or geographical focus. Donors’ bilateral contributions to such programmes and funds are recorded here. |Softly Earmarked |Any or all of the Earmarking Modality codes D,E or F. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65476 |NA | 11|2016-08-31 |USD |2016-08-31 | 97088|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 97088.412|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). |Unearmarked |Any or all of the Earmarking Modality codes A,B or C. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65055 |NA | 11|2016-01-31 |USD |2016-01-31 | 960637|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 960637.301|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). |Unearmarked |Any or all of the Earmarking Modality codes A,B or C. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65544 |NA | 11|2016-05-31 |USD |2016-05-31 | 953705|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 953705.310|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). |Unearmarked |Any or all of the Earmarking Modality codes A,B or C. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65461 |NA | 11|2016-08-31 |USD |2016-08-31 | 9492|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 9491.715|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). |Unearmarked |Any or all of the Earmarking Modality codes A,B or C. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65476 |NA | 11|2016-08-31 |USD |2016-08-31 | 9437|Monthly contribution summary | 70|NA |Private donors |B03 | 1|2 | 2| 9437.292|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Contributions to specific-purpose programmes and funds managed by implementing partners |In addition to their core-funded operations, international organisations, NGOs, PPPs and networks, both in provider and in third countries, set up programmes and funds with a specific sectoral, thematic or geographical focus. Donors’ bilateral contributions to such programmes and funds are recorded here. |Softly Earmarked |Any or all of the Earmarking Modality codes D,E or F. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65387 |NA | 11|2016-07-31 |USD |2016-07-31 | 941500|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 941499.647|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). |Unearmarked |Any or all of the Earmarking Modality codes A,B or C. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist |"},{"path":"/reference/default_aid_type.html","id":null,"dir":"Reference","previous_headings":"","what":"DATASET_TITLE — default_aid_type","title":"DATASET_TITLE — default_aid_type","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/default_aid_type.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"DATASET_TITLE — default_aid_type","text":"","code":"default_aid_type"},{"path":"/reference/default_aid_type.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"DATASET_TITLE — default_aid_type","text":"data frame 825 rows 3 variables: iati_identifier character globally unique identifier activity. default_aid_type_code character COLUMN_DESCRIPTION default_aid_type_vocabulary logical COLUMN_DESCRIPTION","code":""},{"path":"/reference/default_aid_type.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"DATASET_TITLE — default_aid_type","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/default_aid_type.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"DATASET_TITLE — default_aid_type","text":"","code":"{ knitr::kable(head(default_aid_type, 10)) } #> #> #> |iati_identifier |default_aid_type_code |default_aid_type_vocabulary | #> |:-------------------------|:---------------------|:---------------------------| #> |XM-DAC-41121-2016 |B02 |NA | #> |XM-DAC-41121-2016-AFR |B02 |NA | #> |XM-DAC-41121-2016-AME |B02 |NA | #> |XM-DAC-41121-2016-ASO |B02 |NA | #> |XM-DAC-41121-2016-EUR |B02 |NA | #> |XM-DAC-41121-2016-MENA |B02 |NA | #> |XM-DAC-41121-2016-AFR-AGO |B02 |NA | #> |XM-DAC-41121-2016-AFR-BDI |B02 |NA | #> |XM-DAC-41121-2016-AFR-BFA |B02 |NA | #> |XM-DAC-41121-2016-AFR-BWA |B02 |NA |"},{"path":"/reference/document_link.html","id":null,"dir":"Reference","previous_headings":"","what":"DATASET_TITLE — document_link","title":"DATASET_TITLE — document_link","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/document_link.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"DATASET_TITLE — document_link","text":"","code":"document_link"},{"path":"/reference/document_link.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"DATASET_TITLE — document_link","text":"data frame 4722 rows 7 variables: iati_identifier character globally unique identifier activity. document_url character COLUMN_DESCRIPTION document_format character COLUMN_DESCRIPTION document_title character COLUMN_DESCRIPTION document_category_code character COLUMN_DESCRIPTION document_language_code character COLUMN_DESCRIPTION document_date character COLUMN_DESCRIPTION","code":""},{"path":"/reference/document_link.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"DATASET_TITLE — document_link","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/document_link.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"DATASET_TITLE — document_link","text":"","code":"{ knitr::kable(head(document_link, 10)) } #> #> #> |iati_identifier |document_url |document_format |document_title |document_category_code |document_language_code |document_date | #> |:-----------------|:---------------------------------------------------------------------------------------------|:---------------|:------------------------------------------------------------------------|:----------------------|:----------------------|:-------------| #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/sites/default/files/gr2016/pdf/Book_GR_2016_ENGLISH_complete.pdf |application/pdf |UNHCR Global Report 2016 |B01 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/18991 |text/html |Use of Unearmarked Funding in 2016 |B01 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/sites/default/files/gr2016/pdf/fr/Book_GR_2016_FRENCH_Complete.pdf |application/pdf |UNHCR Rapport Global 2016 |B01 |fr |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/15495 |text/html |Emerging Resettlement Countries Joint Support Mechanism (ERCM) |B02 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/15535 |text/html |Multi-Year Pilots Promoting Solutions 2016-2019 |B02 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://www.unhcr.org/ga16/index.xml |text/html |UNHCR Global Appeal 2016-2017 |B02 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://www.unhcr.org/fr/ga16/index.xml |text/html |UNHCR Appel Global 2016-2017 |B02 |fr |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/16975 |text/html |2006 - 2015 Ten Years of Reforms |B09 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/16934 |text/html |#Ibelong Campaign to End Statelessness Special Appeal |B12 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/14017 |text/html |Building Resilience and Solutions for Afghan refugees in South-West Asia |B12 |en |2020-02-16 |"},{"path":"/reference/humanitarian_scope.html","id":null,"dir":"Reference","previous_headings":"","what":"DATASET_TITLE — humanitarian_scope","title":"DATASET_TITLE — humanitarian_scope","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/humanitarian_scope.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"DATASET_TITLE — humanitarian_scope","text":"","code":"humanitarian_scope"},{"path":"/reference/humanitarian_scope.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"DATASET_TITLE — humanitarian_scope","text":"data frame 1578 rows 8 variables: iati_identifier character globally unique identifier activity. humanitarian_scope_type character COLUMN_DESCRIPTION humanitarian_scope_vocabulary character COLUMN_DESCRIPTION humanitarian_scope_vocabulary_uri character COLUMN_DESCRIPTION humanitarian_scope_code character COLUMN_DESCRIPTION humanitarian_scope_pct logical COLUMN_DESCRIPTION humanitarian_scope_desc_eng character COLUMN_DESCRIPTION humanitarian_scope_desc_fr character COLUMN_DESCRIPTION","code":""},{"path":"/reference/humanitarian_scope.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"DATASET_TITLE — humanitarian_scope","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/humanitarian_scope.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"DATASET_TITLE — humanitarian_scope","text":"","code":"{ knitr::kable(head(humanitarian_scope, 10)) } #> #> #> |iati_identifier |humanitarian_scope_type |humanitarian_scope_vocabulary |humanitarian_scope_vocabulary_uri |humanitarian_scope_code |humanitarian_scope_pct |humanitarian_scope_desc_eng |humanitarian_scope_desc_fr | #> |:-------------------------|:-----------------------|:-----------------------------|:---------------------------------------|:--------------------------|:----------------------|:-----------------------------------------------------------------------|:--------------------------| #> |XM-DAC-41121-2016 |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-AFR |2 |99 |http://reporting.unhcr.org/node/15206 |BURUNDI-SITUATION-2016 |NA |BURUNDI SITUATION Supplementary Appeal January - December 2016 |NA | #> |XM-DAC-41121-2016-AFR |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-AFR |2 |99 |http://reporting.unhcr.org/node/20748 |SOUTH-SUDAN-SITUATION-2016 |NA |SOUTH SUDAN SITUATION Supplementary Appeal January - December 2016 |NA | #> |XM-DAC-41121-2016-AME |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-AME |2 |99 |http://reporting.unhcr.org/node/13944 |NTCA-SITUATION-2016 |NA |Regional Response to the Northern Triangle of Central America Situation |NA | #> |XM-DAC-41121-2016-ASO |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-EUR |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-MENA |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-AFR-AGO |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 |"},{"path":"/reference/iati-package.html","id":null,"dir":"Reference","previous_headings":"","what":"iati: UNHCR IATI Data Crunching — iati-package","title":"iati: UNHCR IATI Data Crunching — iati-package","text":"package includes UNHCR IATI data organised tabular format together chat library.","code":""},{"path":[]},{"path":"/reference/iati-package.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"iati: UNHCR IATI Data Crunching — iati-package","text":"Maintainer: Edouard Legoupil legoupil@unhcr.org Authors: Matheus Soldi Hardt matheus@unhcr.org Hisham Galal galalh@unhcr.org","code":""},{"path":"/reference/location.html","id":null,"dir":"Reference","previous_headings":"","what":"DATASET_TITLE — location","title":"DATASET_TITLE — location","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/location.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"DATASET_TITLE — location","text":"","code":"location"},{"path":"/reference/location.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"DATASET_TITLE — location","text":"data frame 3664 rows 15 variables: iati_identifier character globally unique identifier activity. location_ref character COLUMN_DESCRIPTION location_reach character COLUMN_DESCRIPTION location_id_vocabulary logical COLUMN_DESCRIPTION location_id_code logical COLUMN_DESCRIPTION location_name character COLUMN_DESCRIPTION location_activity_descr logical COLUMN_DESCRIPTION location_adm_vocabulary logical COLUMN_DESCRIPTION location_adm_level logical COLUMN_DESCRIPTION location_adm_code logical COLUMN_DESCRIPTION location_lat character COLUMN_DESCRIPTION location_long character COLUMN_DESCRIPTION location_exactness_code character COLUMN_DESCRIPTION location_class_code character COLUMN_DESCRIPTION location_feature_designation_code logical COLUMN_DESCRIPTION","code":""},{"path":"/reference/location.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"DATASET_TITLE — location","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/location.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"DATASET_TITLE — location","text":"","code":"{ knitr::kable(head(location, 10)) } #> #> #> |iati_identifier |location_ref |location_reach |location_id_vocabulary |location_id_code |location_name |location_activity_descr |location_adm_vocabulary |location_adm_level |location_adm_code |location_lat |location_long |location_exactness_code |location_class_code |location_feature_designation_code | #> |:-------------------------|:------------|:--------------|:----------------------|:----------------|:-------------|:-----------------------|:-----------------------|:------------------|:-----------------|:------------|:-------------|:-----------------------|:-------------------|:---------------------------------| #> |XM-DAC-41121-2016 |CHEP000332 |1 |NA |NA |HQ Geneva |NA |NA |NA |NA |46.2204 |6.1412 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR |SENP000307 |1 |NA |NA |Dakar |NA |NA |NA |NA |14.7297 |-17.4638 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR |KENP000579 |1 |NA |NA |Nairobi |NA |NA |NA |NA |-1.2283 |36.7613 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR |ZAFP000279 |1 |NA |NA |Pretoria |NA |NA |NA |NA |-25.73 |28.217 |1 |3 |NA | #> |XM-DAC-41121-2016-AME |PANP000747 |1 |NA |NA |Panamá |NA |NA |NA |NA |9.0029 |-79.5172 |1 |3 |NA | #> |XM-DAC-41121-2016-ASO |THAP000346 |1 |NA |NA |Bangkok |NA |NA |NA |NA |13.7438 |100.5479 |1 |3 |NA | #> |XM-DAC-41121-2016-EUR |CHEP000332 |1 |NA |NA |Geneva |NA |NA |NA |NA |46.2204 |6.1412 |1 |3 |NA | #> |XM-DAC-41121-2016-MENA |JORP000901 |1 |NA |NA |Amman |NA |NA |NA |NA |31.9648 |35.842 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR-AGO |AGOp000026 |1 |NA |NA |Dundo |NA |NA |NA |NA |-7.35 |20.8217 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR-AGO |AGOp000019 |1 |NA |NA |Luanda |NA |NA |NA |NA |-8.8299 |13.233 |1 |3 |NA |"},{"path":"/reference/mapping_result.html","id":null,"dir":"Reference","previous_headings":"","what":"mapping_result — mapping_result","title":"mapping_result — mapping_result","text":"Mapping Results UNHCR 2022 RBM Framework","code":""},{"path":"/reference/mapping_result.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"mapping_result — mapping_result","text":"","code":"mapping_result"},{"path":"/reference/mapping_result.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"mapping_result — mapping_result","text":"data frame 107 rows 2 variables: result_title character result_title sector_rbm character sector_rbm","code":""},{"path":"/reference/mapping_result.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"mapping_result — mapping_result","text":"https://www.unhcr.org/--/build-better-futures/compass/","code":""},{"path":"/reference/mapping_sector.html","id":null,"dir":"Reference","previous_headings":"","what":"mapping_sector — mapping_sector","title":"mapping_sector — mapping_sector","text":"Mapping Sector UNHCR 2022 RBM Framework","code":""},{"path":"/reference/mapping_sector.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"mapping_sector — mapping_sector","text":"","code":"mapping_sector"},{"path":"/reference/mapping_sector.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"mapping_sector — mapping_sector","text":"data frame 83 rows 3 variables: sector_desc character COLUMN_DESCRIPTION sector_vocabulary_name character COLUMN_DESCRIPTION sector_rbm character COLUMN_DESCRIPTION","code":""},{"path":"/reference/mapping_sector.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"mapping_sector — mapping_sector","text":"https://www.unhcr.org/--/build-better-futures/compass","code":""},{"path":"/reference/participating_org.html","id":null,"dir":"Reference","previous_headings":"","what":"participating_org — participating_org","title":"participating_org — participating_org","text":"organisation involved activity. May donor, fund, agency, etc. Specifying ref identifier strongly recommended. May contain organisation name narrative. reporting organisation plays role activity repeated . One organisation may play one role (eg, funding implementing): case role reported name organisation repeated.","code":""},{"path":"/reference/participating_org.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"participating_org — participating_org","text":"","code":"participating_org"},{"path":"/reference/participating_org.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"participating_org — participating_org","text":"data frame 13990 rows 7 variables: iati_identifier character globally unique identifier activity. participating_org_eng character COLUMN_DESCRIPTION participating_org_ref character Machine-readable identification string organisation issuing report. Must format RegistrationAgency-RegistrationNumber RegistrationAgency valid code Organisation Registration Agency code list RegistrationNumber valid identifier issued RegistrationAgency. present narrative MUST contain name organisation. participating_org_type double type organisation issuing report. See IATI codelist codeOrganisationType values. participating_org_role double IATI code describing organisation’s role activity (donor, agency, etc.). see codeOrganisationRole participating_org_activity_id logical valid activity identifier published participating organisation points activity published IATI describes role activity. participating_org_crs_channel_code logical CRS++ Reporting Directives code identifies implementing agency. Codes ending ‘00’ generic similar OrganisationType code.","code":""},{"path":"/reference/participating_org.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"participating_org — participating_org","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/participating_org.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"participating_org — participating_org","text":"","code":"{ knitr::kable(head(participating_org, 10)) } #> #> #> |iati_identifier |participating_org_eng |participating_org_ref | participating_org_type| participating_org_role|participating_org_activity_id |participating_org_crs_channel_code | #> |:-----------------|:-----------------------------------------------------|:---------------------|----------------------:|----------------------:|:-----------------------------|:----------------------------------| #> |XM-DAC-41121-2016 |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40| 4|NA |NA | #> |XM-DAC-41121-2016 |Australia for UNHCR |NA | 22| 1|NA |NA | #> |XM-DAC-41121-2016 |España con ACNUR |NA | 22| 1|NA |NA | #> |XM-DAC-41121-2016 |Japan for UNHCR |NA | 22| 1|NA |NA | #> |XM-DAC-41121-2016 |Sweden for UNHCR |NA | 22| 1|NA |NA | #> |XM-DAC-41121-2016 |UNO-Flüchtlingshilfe |NA | 22| 1|NA |NA | #> |XM-DAC-41121-2016 |USA for UNHCR |NA | 22| 1|NA |NA | #> |XM-DAC-41121-2016 |Government of Kuwait |NA | 10| 1|NA |NA | #> |XM-DAC-41121-2016 |Government of Portugal |NA | 10| 1|NA |NA | #> |XM-DAC-41121-2016 |Government of France |NA | 10| 1|NA |NA |"},{"path":"/reference/pipe.html","id":null,"dir":"Reference","previous_headings":"","what":"Pipe operator — %>%","title":"Pipe operator — %>%","text":"See magrittr::%>% details.","code":""},{"path":"/reference/pipe.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Pipe operator — %>%","text":"","code":"lhs %>% rhs"},{"path":"/reference/pipe.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Pipe operator — %>%","text":"lhs value magrittr placeholder. rhs function call using magrittr semantics.","code":""},{"path":"/reference/pipe.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Pipe operator — %>%","text":"result calling `rhs(lhs)`.","code":""},{"path":"/reference/reference.html","id":null,"dir":"Reference","previous_headings":"","what":"reference — reference","title":"reference — reference","text":"Code Mapping table","code":""},{"path":"/reference/reference.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"reference — reference","text":"","code":"reference"},{"path":"/reference/reference.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"reference — reference","text":"data frame 267 rows 34 variables: iso_3 character COLUMN_DESCRIPTION UNHCRcode character COLUMN_DESCRIPTION ctryname character COLUMN_DESCRIPTION namepostat character COLUMN_DESCRIPTION namepostat2 character COLUMN_DESCRIPTION gis_name character COLUMN_DESCRIPTION UNHCRBureau character COLUMN_DESCRIPTION main_office character COLUMN_DESCRIPTION hcr_region character COLUMN_DESCRIPTION hcr_subregion character COLUMN_DESCRIPTION code_op character COLUMN_DESCRIPTION Latitude double COLUMN_DESCRIPTION Longitude double COLUMN_DESCRIPTION scalerank double COLUMN_DESCRIPTION LABELRANK double COLUMN_DESCRIPTION SOVEREIGNT character COLUMN_DESCRIPTION SOV_A3 character COLUMN_DESCRIPTION ADM0_DIF double COLUMN_DESCRIPTION LEVEL double COLUMN_DESCRIPTION TYPE character COLUMN_DESCRIPTION ADMIN character COLUMN_DESCRIPTION ADM0_A3 character COLUMN_DESCRIPTION CONTINENT character COLUMN_DESCRIPTION REGION_UN character COLUMN_DESCRIPTION SUBREGION character COLUMN_DESCRIPTION REGION_WB character COLUMN_DESCRIPTION ECONOMY character COLUMN_DESCRIPTION INCOME_GRP character COLUMN_DESCRIPTION POP_EST double COLUMN_DESCRIPTION POP_RANK double COLUMN_DESCRIPTION GDP_MD_EST double COLUMN_DESCRIPTION POP_YEAR double COLUMN_DESCRIPTION LASTCENSUS double COLUMN_DESCRIPTION M49_code double COLUMN_DESCRIPTION","code":""},{"path":"/reference/reference.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"reference — reference","text":"http://somewhere.important.com/","code":""},{"path":"/reference/related_activity.html","id":null,"dir":"Reference","previous_headings":"","what":"DATASET_TITLE — related_activity","title":"DATASET_TITLE — related_activity","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/related_activity.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"DATASET_TITLE — related_activity","text":"","code":"related_activity"},{"path":"/reference/related_activity.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"DATASET_TITLE — related_activity","text":"data frame 2950 rows 3 variables: iati_identifier character globally unique identifier activity. related_activity_ref character COLUMN_DESCRIPTION related_activity_type character COLUMN_DESCRIPTION","code":""},{"path":"/reference/related_activity.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"DATASET_TITLE — related_activity","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/related_activity.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"DATASET_TITLE — related_activity","text":"","code":"{ knitr::kable(head(related_activity, 10)) } #> #> #> |iati_identifier |related_activity_ref |related_activity_type | #> |:---------------------|:----------------------------|:---------------------| #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-AFR |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-AME |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-ASO |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-EUR |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-GLOBALPROG |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-HQ |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-JPO |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-MENA |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2017 |3 | #> |XM-DAC-41121-2016-AFR |XM-DAC-41121-2016 |1 |"},{"path":"/reference/result.html","id":null,"dir":"Reference","previous_headings":"","what":"DATASET_TITLE — result","title":"DATASET_TITLE — result","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/result.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"DATASET_TITLE — result","text":"","code":"result"},{"path":"/reference/result.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"DATASET_TITLE — result","text":"data frame 26667 rows 24 variables: iati_identifier character globally unique identifier activity. result_type character COLUMN_DESCRIPTION result_aggregation_status character COLUMN_DESCRIPTION result_title character COLUMN_DESCRIPTION result_desc logical COLUMN_DESCRIPTION result_indicator_measure character COLUMN_DESCRIPTION result_indicator_title character COLUMN_DESCRIPTION result_indicator_desc character COLUMN_DESCRIPTION result_indicator_baseline_value character COLUMN_DESCRIPTION result_indicator_baseline_year character COLUMN_DESCRIPTION result_indicator_baseline_date logical COLUMN_DESCRIPTION result_indicator_baseline_location_ref character COLUMN_DESCRIPTION result_indicator_baseline_dimension_1 character COLUMN_DESCRIPTION result_indicator_baseline_dimension_value_1 character COLUMN_DESCRIPTION result_indicator_baseline_dimension_2 character COLUMN_DESCRIPTION result_indicator_baseline_dimension_value_2 character COLUMN_DESCRIPTION result_indicator_period_start character COLUMN_DESCRIPTION result_indicator_period_end character COLUMN_DESCRIPTION result_indicator_target_value character COLUMN_DESCRIPTION result_indicator_target_location_ref character COLUMN_DESCRIPTION result_indicator_target_dimension_1 character COLUMN_DESCRIPTION result_indicator_target_value_1 character COLUMN_DESCRIPTION result_indicator_target_dimension_2 character COLUMN_DESCRIPTION result_indicator_target_value_2 character COLUMN_DESCRIPTION","code":""},{"path":"/reference/result.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"DATASET_TITLE — result","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/result.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"DATASET_TITLE — result","text":"","code":"{ knitr::kable(head(result, 10)) } #> #> #> |iati_identifier |result_type |result_aggregation_status |result_title |result_desc |result_indicator_measure |result_indicator_title |result_indicator_desc |result_indicator_baseline_value |result_indicator_baseline_year |result_indicator_baseline_date |result_indicator_baseline_location_ref |result_indicator_baseline_dimension_1 |result_indicator_baseline_dimension_value_1 |result_indicator_baseline_dimension_2 |result_indicator_baseline_dimension_value_2 |result_indicator_period_start |result_indicator_period_end |result_indicator_target_value |result_indicator_target_location_ref |result_indicator_target_dimension_1 |result_indicator_target_value_1 |result_indicator_target_dimension_2 |result_indicator_target_value_2 | #> |:-------------------------|:-----------|:-------------------------|:----------------------------------------|:-----------|:------------------------|:--------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------|:-------------------------------|:------------------------------|:------------------------------|:--------------------------------------|:-------------------------------------|:-------------------------------------------|:-------------------------------------|:-------------------------------------------|:-----------------------------|:---------------------------|:-----------------------------|:------------------------------------|:-----------------------------------|:-------------------------------|:-----------------------------------|:-------------------------------| #> |XM-DAC-41121-2016-AFR-AGO |2 |0 |Civil status documentation |NA |2 |% children under 12 months old who have been issued birth certificates by the authorities |NA |30 |2016 |NA |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |35 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-AGO |2 |0 |Community mobilization |NA |2 |% of active female participants in leadership/ management structures |NA |20 |2016 |NA |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |50 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-AGO |1 |0 |Law and policy |NA |1 |# of advocacy interventions made |Related output: Advocacy conducted |NA |NA |NA |NA |NA |NA |NA |NA |2016-01-01 |2016-12-31 |6 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-AGO |2 |0 |Resettlement |NA |2 |% of persons of concern identified in need of resettlement submitted for resettlement |NA |0 |2016 |NA |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |25 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-AGO |2 |0 |SGBV prevention and response |NA |1 |Extent community is active in SGBV prevention and survivor centered protection |NA |60 |2016 |NA |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |70 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-AGO |2 |0 |Services for persons with specific needs |NA |2 |% of persons of concern with disabilities who receive services for their specific needs |NA |46.2 |2016 |NA |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |55 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-AGO |2 |0 |Solutions strategy |NA |1 |Extent Comprehensive Solutions strategy identified and agreed |NA |75 |2016 |NA |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |85 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-AGO |2 |0 |Status determination |NA |1 |Extent applicants have access to status determination procedure |NA |20 |2016 |NA |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |35 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-BDI |1 |0 |Child protection |NA |1 |# of best interests assessments conducted |Related output: Best interest determination process established and operational |NA |NA |NA |NA |NA |NA |NA |NA |2016-01-01 |2016-12-31 |430 |Burundi |Population targeted |Refugees and asylum-seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-BDI |1 |0 |Child protection |NA |1 |# of children's committees, groups and other structures that are operational and facilitate children's participation |Related output: Community based child protection structures established and functioning |NA |NA |NA |NA |NA |NA |NA |NA |2016-01-01 |2016-12-31 |11 |Burundi |Population targeted |Refugees and asylum-seekers |Goal |Protection and mixed solutions |"},{"path":"/reference/sector.html","id":null,"dir":"Reference","previous_headings":"","what":"sector — sector","title":"sector — sector","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/sector.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"sector — sector","text":"","code":"sector"},{"path":"/reference/sector.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"sector — sector","text":"data frame 23793 rows 6 variables: iati_identifier character globally unique identifier activity. sector_vocabulary character COLUMN_DESCRIPTION sector_vocabulary_uri logical COLUMN_DESCRIPTION sector_code character COLUMN_DESCRIPTION sector_pct character COLUMN_DESCRIPTION sector_desc character COLUMN_DESCRIPTION","code":""},{"path":"/reference/sector.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"sector — sector","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/sector.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"sector — sector","text":"","code":"{ knitr::kable(head(sector, 10)) } #> #> #> |iati_identifier |sector_vocabulary |sector_vocabulary_uri |sector_code |sector_pct |sector_desc | #> |:---------------------|:-----------------|:---------------------|:-----------|:----------|:-----------------------------------------| #> |XM-DAC-41121-2016 |99 |NA |1 |76.93 |Refugee programme | #> |XM-DAC-41121-2016 |99 |NA |2 |.82 |Stateless programme | #> |XM-DAC-41121-2016 |99 |NA |3 |3.69 |Reintegration projects | #> |XM-DAC-41121-2016 |99 |NA |4 |18.56 |Internally Displaced Person projects | #> |XM-DAC-41121-2016 |1 |NA |72010 |65.52 |Material relief assistance and services | #> |XM-DAC-41121-2016 |1 |NA |72011 |6.24 |Basic Health Care Services in Emergencies | #> |XM-DAC-41121-2016 |1 |NA |72012 |3.9 |Education in emergencies | #> |XM-DAC-41121-2016 |1 |NA |72040 |.91 |Emergency food aid | #> |XM-DAC-41121-2016 |1 |NA |72050 |23.43 |Relief co-ordination and support services | #> |XM-DAC-41121-2016-AFR |99 |NA |1 |81.64 |Refugee programme |"},{"path":"/reference/show_budget_gap.html","id":null,"dir":"Reference","previous_headings":"","what":"show_budget_gap — show_budget_gap","title":"show_budget_gap — show_budget_gap","text":"UNHCR budgets needs-based: represents total amount money required UNHCR meet needs seeking address.","code":""},{"path":"/reference/show_budget_gap.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_budget_gap — show_budget_gap","text":"","code":"show_budget_gap( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL, weight_by = NULL )"},{"path":"/reference/show_budget_gap.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_budget_gap — show_budget_gap","text":"year numeric value corresponding first year focus recent year within dataset. programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country. weight_by list population group weight budget - \"refugees\", \"asylum_seekers\", \"returned_refugees\" \"idps\", \"returned_idps\", \"stateless\", \"ooc\", \"oip\" default null.","code":""},{"path":"/reference/show_budget_gap.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_budget_gap — show_budget_gap","text":"graph","code":""},{"path":"/reference/show_budget_gap.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_budget_gap — show_budget_gap","text":"","code":"show_budget_gap(year = 2018, ctr_name = \"Brazil\") show_budget_gap(year = 2018, ctr_name = \"Brazil\", weight_by = c(\"refugees\", \"oip\"))"},{"path":"/reference/show_contributions.html","id":null,"dir":"Reference","previous_headings":"","what":"Title — show_contributions","title":"Title — show_contributions","text":"’s breakdown contribution Type (Un-earmarked, Tightly earmarked, etc.) Donor Funds Year?","code":""},{"path":"/reference/show_contributions.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Title — show_contributions","text":"","code":"show_contributions( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL )"},{"path":"/reference/show_contributions.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Title — show_contributions","text":"year numeric value corresponding first year focus recent year within dataset. programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country.","code":""},{"path":"/reference/show_contributions.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Title — show_contributions","text":"graph","code":""},{"path":"/reference/show_contributions.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Title — show_contributions","text":"","code":"knitr::kable(iati::dataTransaction |> dplyr::select(aid_type1_name, aid_type1_description) |> dplyr::distinct() |> dplyr::filter(!(is.na(aid_type1_name)))) #> #> #> |aid_type1_name |aid_type1_description | #> |:---------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| #> |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). | #> |Contributions to specific-purpose programmes and funds managed by implementing partners |In addition to their core-funded operations, international organisations, NGOs, PPPs and networks, both in provider and in third countries, set up programmes and funds with a specific sectoral, thematic or geographical focus. Donors’ bilateral contributions to such programmes and funds are recorded here. | #> |Project-type interventions |A project is a set of inputs, activities and outputs, agreed with the partner country*, to reach specific objectives/outcomes within a defined time frame, with a defined budget and a defined geographical area. Projects can vary significantly in terms of objectives, complexity, amounts involved and duration. There are smaller projects that might involve modest financial resources and last only a few months, whereas large projects might involve more significant amounts, entail successive phases and last for many years. A large project with a number of different components is sometimes referred to as a programme, but should nevertheless be recorded here. Feasibility studies, appraisals and evaluations are included (whether designed as part of projects/programmes or dedicated funding arrangements). Academic studies, research and development, trainings, scholarships, and other technical assistance activities not directly linked to development projects/programmes should instead be recorded under D02. Aid channelled through NGOs or multilaterals is also recorded here. This includes payments for NGOs and multilaterals to implement donors’ projects and programmes, and funding of specified NGOs projects. By contrast, core funding of NGOs and multilaterals as well as contributions to specific-purpose funds are recorded under B.* In the cases of equity investments, humanitarian aid or aid channelled through NGOs, projects are recorded here even if there was no direct agreement between the donor and the partner country. | show_contributions(year = 2018, ctr_name = \"Brazil\") show_contributions(year = 2018, programme_lab = \"The Americas\")"},{"path":"/reference/show_donors.html","id":null,"dir":"Reference","previous_headings":"","what":"show_donors — show_donors","title":"show_donors — show_donors","text":"main donors country terms transaction?","code":""},{"path":"/reference/show_donors.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_donors — show_donors","text":"","code":"show_donors( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL, transaction_type_name = \"Incoming Commitment\" )"},{"path":"/reference/show_donors.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_donors — show_donors","text":"year year select starting 2016 - one year list programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country. transaction_type_name Transaction type - default \"Incoming Commitment\" , can also \"Disbursement\", \"Expenditure\"","code":""},{"path":"/reference/show_donors.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_donors — show_donors","text":"graph","code":""},{"path":"/reference/show_donors.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_donors — show_donors","text":"","code":"knitr::kable(iati::dataTransaction |> dplyr::select( transaction_type_name, transaction_type_description) |> dplyr::distinct() ) #> #> #> |transaction_type_name |transaction_type_description | #> |:---------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------| #> |Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. | #> |Expenditure |Outgoing funds that are spent on goods and services for the activity. | #> |Disbursement |Outgoing funds that are placed at the disposal of a recipient government or organisation, or funds transferred between two separately reported activities. | show_donors(year = 2022, programme_lab = \"The Americas\", transaction_type_name = \"Incoming Commitment\" ) show_donors(year = 2018, ctr_name = \"Brazil\", transaction_type_name = \"Incoming Commitment\" ) show_donors(year = 2018, programme_lab = \"Brazil\", transaction_type_name = \"Disbursement\" ) show_donors(year = 2018, programme_lab = \"Brazil\", transaction_type_name = \"Expenditure\" )"},{"path":"/reference/show_earmarking.html","id":null,"dir":"Reference","previous_headings":"","what":"Title — show_earmarking","title":"Title — show_earmarking","text":"’s breakdown Earmarking Type (Un-earmarked, Tightly earmarked, etc.) \\ Donor Funds Year? possible, UNHCR prefers receive unearmarked funds, allows agency greater flexibility allocating resources new needs emerge course year. possible, funds can also softly earmarked. mean funds can spent anywhere within region particular situation (example, funds spent assist refugees Syria, can spent country hosting refugees). Earmarked funds contribution corresponds specific country can spent anything within operation’s programme. Finally, tightly earmarked funds specify activity population within country’s programme. UNHCR charges ISC - Indirect Support Costs - rate 6.5 covers management administration costs HQ programme support costs incurred HQ Regional Bureaux.","code":""},{"path":"/reference/show_earmarking.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Title — show_earmarking","text":"","code":"show_earmarking( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL )"},{"path":"/reference/show_earmarking.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Title — show_earmarking","text":"year numeric value corresponding first year focus recent year within dataset. programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country.","code":""},{"path":"/reference/show_earmarking.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Title — show_earmarking","text":"graph","code":""},{"path":"/reference/show_earmarking.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Title — show_earmarking","text":"","code":"knitr::kable(iati::dataTransaction |> dplyr::select(earmarking_name, earmarking_description) |> dplyr::distinct() |> dplyr::filter(!(is.na(earmarking_name)))) #> #> #> |earmarking_name |earmarking_description | #> |:-----------------|:-----------------------------------------------------| #> |Unearmarked |Any or all of the Earmarking Modality codes A,B or C. | #> |Softly Earmarked |Any or all of the Earmarking Modality codes D,E or F. | #> |Tightly Earmarked |Any or all of the Earmarking Modality codes I,J or K. | #> |Earmarked |Any or all of the Earmarking Modality codes G or H. | show_earmarking(year = 2018, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = \"Brazil\")"},{"path":"/reference/show_expenditure.html","id":null,"dir":"Reference","previous_headings":"","what":"show_expenditure — show_expenditure","title":"show_expenditure — show_expenditure","text":"much expenditures compare initial budget (potentially weighted #)?","code":""},{"path":"/reference/show_expenditure.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_expenditure — show_expenditure","text":"","code":"show_expenditure( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL, weight_by = NULL )"},{"path":"/reference/show_expenditure.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_expenditure — show_expenditure","text":"year numeric value corresponding first year focus recent year within dataset. programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country. weight_by list population group weight budget - \"refugees\", \"asylum_seekers\", \"returned_refugees\" \"idps\", \"returned_idps\", \"stateless\", \"ooc\", \"oip\" default null.","code":""},{"path":"/reference/show_expenditure.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_expenditure — show_expenditure","text":"graph","code":""},{"path":"/reference/show_expenditure.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_expenditure — show_expenditure","text":"","code":"show_expenditure(year = 2018, ctr_name = \"Brazil\") show_expenditure(year = 2018, ctr_name = \"Brazil\", weight_by = c(\"refugees\", \"oip\"))"},{"path":"/reference/show_implementers.html","id":null,"dir":"Reference","previous_headings":"","what":"Ploting implementer — show_implementers","title":"Ploting implementer — show_implementers","text":"Ploting implementer","code":""},{"path":"/reference/show_implementers.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Ploting implementer — show_implementers","text":"","code":"show_implementers()"},{"path":"/reference/show_implementers.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Ploting implementer — show_implementers","text":"graph","code":""},{"path":"/reference/show_implementers.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Ploting implementer — show_implementers","text":"","code":"show_implementers( ) #> NULL"},{"path":"/reference/show_indicators.html","id":null,"dir":"Reference","previous_headings":"","what":"show_indicators — show_indicators","title":"show_indicators — show_indicators","text":"much indicators evolve time thresholds?","code":""},{"path":"/reference/show_indicators.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_indicators — show_indicators","text":"","code":"show_indicators( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL, result_type_name = \"Outcome\", type = \"deviation\" )"},{"path":"/reference/show_indicators.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_indicators — show_indicators","text":"year numeric value corresponding first year focus recent year within dataset. programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country. result_type_name either \"Impact\" \"Outcome\" \"Output\" - default \"Outcome\" type \"deviation\" showing difference target actual - \"progress\" showing difference baseline actual","code":""},{"path":"/reference/show_indicators.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_indicators — show_indicators","text":"graph","code":""},{"path":"/reference/show_indicators.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_indicators — show_indicators","text":"","code":"show_indicators(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Outcome\", type = \"deviation\" ) show_indicators(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Impact\", type = \"deviation\" ) show_indicators(year = 2019, ctr_name = \"Brazil\", result_type_name = \"Output\", type = \"deviation\" ) #> Warning: Removed 12 rows containing missing values (`position_stack()`). #> Warning: Removed 12 rows containing missing values (`geom_text()`). show_indicators(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Outcome\", type = \"progress\" ) show_indicators(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Impact\", type = \"progress\" ) show_indicators(year = 2019, ctr_name = \"Brazil\", result_type_name = \"Output\", type = \"progress\" )"},{"path":"/reference/show_indicators_time.html","id":null,"dir":"Reference","previous_headings":"","what":"show_indicators_time — show_indicators_time","title":"show_indicators_time — show_indicators_time","text":"much indicators evolve time thresholds?","code":""},{"path":"/reference/show_indicators_time.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_indicators_time — show_indicators_time","text":"","code":"show_indicators_time( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL, result_type_name = \"Outcome\", type = \"deviation\" )"},{"path":"/reference/show_indicators_time.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_indicators_time — show_indicators_time","text":"year numeric value corresponding first year focus recent year within dataset. programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country. result_type_name either \"Impact\" \"Outcome\" \"Output\" - default \"Outcome\" type \"deviation\" showing difference target actual - \"progress\" showing difference baseline actual","code":""},{"path":"/reference/show_indicators_time.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_indicators_time — show_indicators_time","text":"graph","code":""},{"path":"/reference/show_indicators_time.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_indicators_time — show_indicators_time","text":"","code":"show_indicators_time(year = 2020, ctr_name = \"Brazil\", result_type_name = \"Outcome\", type = \"deviation\" ) show_indicators_time(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Impact\", type = \"deviation\" ) show_indicators_time(year = 2019, ctr_name = \"Brazil\", result_type_name = \"Output\", type = \"deviation\" ) show_indicators_time(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Outcome\", type = \"progress\" ) show_indicators_time(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Impact\", type = \"progress\" ) show_indicators_time(year = 2019, ctr_name = \"Brazil\", result_type_name = \"Output\", type = \"progress\" )"},{"path":"/reference/show_partnership.html","id":null,"dir":"Reference","previous_headings":"","what":"show_partnership — show_partnership","title":"show_partnership — show_partnership","text":"organisations partner together?","code":""},{"path":"/reference/show_partnership.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_partnership — show_partnership","text":"","code":"show_partnership( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL )"},{"path":"/reference/show_partnership.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_partnership — show_partnership","text":"year numeric value corresponding year displayed programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country.","code":""},{"path":"/reference/show_partnership.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_partnership — show_partnership","text":"graph","code":""},{"path":"/reference/show_partnership.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_partnership — show_partnership","text":"","code":"show_partnership(year = 2022, ctr_name = \"Brazil\" ) #> #> #> |Organisation |Funding |Implementing | #> |:-------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| #> |Government |Governmental donors of unearmarked and flexible funds, United States , Government of Cyprus , Government of Brazil | | #> |National NGO |Australia for UNHCR , España con ACNUR (Spain) , Fundación ACNUR Comité Argentino (Argentina), Japan for UNHCR , Sweden for UNHCR , Switzerland for UNHCR , UK for UNHCR , UNO-Flüchtlingshilfe (Germany) , USA for UNHCR | | #> |Other Public Sector |European Commission - Humanitarian Aid & Civil Protection, European Commission - International Partnerships | | #> |Multilateral |UN Women , International Organization for Migration (IOM) |United Nations High Commissioner for Refugees (UNHCR) | #> |Partner Country based NGO | |Caritas Brasileira Regional Parana , Instituto MANA , ASAV Servico Jesuita a Migrantes e Refugiados , CARITAS ARQUIDIOCESANA DE MANAUS , Associacao Hermanitos , Pia Sociedade dos Missionários de São Carlos , Associacao Voluntarios Para o Servicio Internacional - BRASIL, CARITAS ARQUIDIOCESANA DE SAO PAULO, BRAZIL , INSTITUTO DE MIGRACOES E DIREITOS HUMANOS , I Know My Rights , CARITAS ARQUIDIOCESANA DE RIO DE JANEIRO, BRAZIL , A Casa - Museu De Artes e Artefatos Brasileiros , Associacao Compassiva , Instituto Internacional de Educacao do Brasil , Organizacao Fraternidade sem Fronteiras , Aldeias Infantis SOS Brasil | #> |International NGO | |ADVENTIST DEVELOPMENT AND RELIEF AGENCY, Panamerican Development Foundation | #> |Private Sector |Private donors | |"},{"path":"/reference/show_sectors.html","id":null,"dir":"Reference","previous_headings":"","what":"show_sectors — show_sectors","title":"show_sectors — show_sectors","text":"funded sectors per country (Expenditure evolution per impact /outcome area)?","code":""},{"path":"/reference/show_sectors.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_sectors — show_sectors","text":"","code":"show_sectors( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL, sector_vocabulary_name = \"Reporting Organisation 2\" )"},{"path":"/reference/show_sectors.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_sectors — show_sectors","text":"year numeric value list value. programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country. sector_vocabulary_name sector_vocabulary","code":""},{"path":"/reference/show_sectors.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_sectors — show_sectors","text":"graph","code":""},{"path":"/reference/show_sectors.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_sectors — show_sectors","text":"","code":"knitr::kable( iati::dataSector |> dplyr::select( sector_vocabulary_name, sector_vocabulary_description) |> dplyr::distinct() |> dplyr::filter(!(is.na(sector_vocabulary_name)))) #> #> #> |sector_vocabulary_name |sector_vocabulary_description | #> |:--------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------| #> |Reporting Organisation |The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity | #> |OECD DAC CRS Purpose Codes (5 digit) |The sector reported corresponds to an OECD DAC CRS 5-digit purpose code | #> |Humanitarian Global Clusters (Inter-Agency Standing Committee) |The sector reported corresponds to an Inter-Agency Standard Committee Humanitarian Global Cluster code | #> |Reporting Organisation 2 |The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity (if they are referencing more than one) | show_sectors( year = c(2020, 2021, 2022), ctr_name = \"Brazil\", sector_vocabulary_name = \"Reporting Organisation\") show_sectors( year = 2022, ctr_name = \"Brazil\", sector_vocabulary_name = \"Reporting Organisation 2\") show_sectors( year = c(2020, 2021, 2022), ctr_name = \"Brazil\", sector_vocabulary_name = \"Reporting Organisation 2\") show_sectors( year = c(2017,2018,2019,2020,2021, 2022), ctr_name = \"Brazil\", sector_vocabulary_name = \"Humanitarian Global Clusters (Inter-Agency Standing Committee)\") show_sectors( year = c(2017,2018,2019,2020,2021, 2022), ctr_name = \"Brazil\", sector_vocabulary_name = \"OECD DAC CRS Purpose Codes (5 digit)\")"},{"path":"/reference/show_sectors_rbm.html","id":null,"dir":"Reference","previous_headings":"","what":"show_sectors_rbm — show_sectors_rbm","title":"show_sectors_rbm — show_sectors_rbm","text":"funded sectors per country based new RBM framework","code":""},{"path":"/reference/show_sectors_rbm.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_sectors_rbm — show_sectors_rbm","text":"","code":"show_sectors_rbm( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL )"},{"path":"/reference/show_sectors_rbm.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_sectors_rbm — show_sectors_rbm","text":"year numeric value list value. programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country.","code":""},{"path":"/reference/show_sectors_rbm.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_sectors_rbm — show_sectors_rbm","text":"graph","code":""},{"path":"/reference/show_sectors_rbm.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_sectors_rbm — show_sectors_rbm","text":"","code":"show_sectors_rbm( year = c(2017, 2018, 2019, 2020, 2021, 2022), ctr_name = \"Brazil\")"},{"path":"/reference/show_top_donors.html","id":null,"dir":"Reference","previous_headings":"","what":"show_top_donors — show_top_donors","title":"show_top_donors — show_top_donors","text":"main donors country terms transaction?","code":""},{"path":"/reference/show_top_donors.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_top_donors — show_top_donors","text":"","code":"show_top_donors( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL, transaction_type_name = \"Incoming Commitment\", top_n = 5 )"},{"path":"/reference/show_top_donors.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_top_donors — show_top_donors","text":"year year select starting 2016 - one year list programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country. transaction_type_name Transaction type - default \"Incoming Commitment\" , can also \"Disbursement\", \"Expenditure\" top_n top n donors show - rest lumped together","code":""},{"path":"/reference/show_top_donors.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_top_donors — show_top_donors","text":"graph","code":""},{"path":"/reference/show_top_donors.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_top_donors — show_top_donors","text":"","code":"show_top_donors(year = 2022, ctr_name = \"Brazil\", transaction_type_name = \"Incoming Commitment\" , top_n = 5) show_top_donors(year = 2020, ctr_name = \"Brazil\", transaction_type_name = \"Incoming Commitment\" , top_n = 10)"},{"path":"/reference/transaction.html","id":null,"dir":"Reference","previous_headings":"","what":"transaction — transaction","title":"transaction — transaction","text":"Transactions recording committed actual funds flowing aid activity.","code":""},{"path":"/reference/transaction.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"transaction — transaction","text":"","code":"transaction"},{"path":"/reference/transaction.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"transaction — transaction","text":"data frame 30752 rows 17 variables: iati_identifier character globally unique identifier activity. transaction_ref character COLUMN_DESCRIPTION transaction_humanitarian logical COLUMN_DESCRIPTION transaction_type_code double type transaction (e.g. commitment, disbursement, expenditure, etc.). transaction_date date COLUMN_DESCRIPTION transaction_value_currency character COLUMN_DESCRIPTION transaction_value_date date COLUMN_DESCRIPTION transaction_value double COLUMN_DESCRIPTION transaction_description character human-readable description transaction. transaction_provider_org_type double COLUMN_DESCRIPTION transaction_provider_org_ref character COLUMN_DESCRIPTION transaction_provider_org character COLUMN_DESCRIPTION transaction_aid_type_code_1 character COLUMN_DESCRIPTION transaction_aid_type_vocabulary_1 double COLUMN_DESCRIPTION transaction_aid_type_code_2 character COLUMN_DESCRIPTION transaction_aid_type_vocabulary_2 double COLUMN_DESCRIPTION transaction_value_USD double COLUMN_DESCRIPTION","code":""},{"path":"/reference/transaction.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"transaction — transaction","text":"https://iatistandard.org/en/iati-standard/203/activity-standard/iati-activities/iati-activity/transaction/","code":""},{"path":"/reference/transaction.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"transaction — transaction","text":"","code":"{ knitr::kable(head(transaction, 10)) } #> #> #> |iati_identifier |transaction_ref |transaction_humanitarian | transaction_type_code|transaction_date |transaction_value_currency |transaction_value_date | transaction_value|transaction_description | transaction_provider_org_type|transaction_provider_org_ref |transaction_provider_org |transaction_aid_type_code_1 | transaction_aid_type_vocabulary_1|transaction_aid_type_code_2 | transaction_aid_type_vocabulary_2| transaction_value_USD| #> |:-----------------|:---------------|:------------------------|---------------------:|:----------------|:--------------------------|:----------------------|-----------------:|:----------------------------|-----------------------------:|:----------------------------|:------------------------|:---------------------------|---------------------------------:|:---------------------------|---------------------------------:|---------------------:| #> |XM-DAC-41121-2016 |65337 |NA | 11|2016-06-30 |USD |2016-06-30 | 995603|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 995603.365| #> |XM-DAC-41121-2016 |65737 |NA | 11|2016-07-31 |USD |2016-07-31 | 99558|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 99557.520| #> |XM-DAC-41121-2016 |65228 |NA | 11|2016-04-30 |USD |2016-04-30 | 100|Monthly contribution summary | 70|NA |Private donors |B03 | 1|2 | 2| 99.660| #> |XM-DAC-41121-2016 |65677 |NA | 11|2016-12-31 |USD |2016-12-31 | 9847|Monthly contribution summary | 70|NA |Private donors |B03 | 1|2 | 2| 9847.020| #> |XM-DAC-41121-2016 |65476 |NA | 11|2016-08-31 |USD |2016-08-31 | 97088|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 97088.412| #> |XM-DAC-41121-2016 |65055 |NA | 11|2016-01-31 |USD |2016-01-31 | 960637|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 960637.301| #> |XM-DAC-41121-2016 |65544 |NA | 11|2016-05-31 |USD |2016-05-31 | 953705|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 953705.310| #> |XM-DAC-41121-2016 |65461 |NA | 11|2016-08-31 |USD |2016-08-31 | 9492|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 9491.715| #> |XM-DAC-41121-2016 |65476 |NA | 11|2016-08-31 |USD |2016-08-31 | 9437|Monthly contribution summary | 70|NA |Private donors |B03 | 1|2 | 2| 9437.292| #> |XM-DAC-41121-2016 |65387 |NA | 11|2016-07-31 |USD |2016-07-31 | 941500|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 941499.647|"},{"path":"/news/index.html","id":"iati-011","dir":"Changelog","previous_headings":"","what":"iati 0.1.1","title":"iati 0.1.1","text":"initial version","code":""}]
+[{"path":"/articles/get-started.html","id":"show-donors---show_donors","dir":"Articles","previous_headings":"","what":"Show donors - show_donors","title":"Get started","text":"","code":"show_donors(year = 2020, geo = \"The Americas\", transtype = \"11\" ) # , ## \"3\" \"4\" \"11\" metric = \"USD\""},{"path":"/articles/get-started.html","id":"show-implementers---show_implementers","dir":"Articles","previous_headings":"","what":"Show implementers - show_implementers","title":"Get started","text":"","code":"show_implementers(year = 2020, geo = \"The Americas\", transtype = \"11\" )"},{"path":[]},{"path":"/articles/unhcr-programme.html","id":"show-donors","dir":"Articles","previous_headings":"Using iati::dataTransaction","what":"Show donors","title":"UNHCR Programme","text":"main donors country terms transaction?","code":"knitr::kable(iati::dataTransaction |> dplyr::select( transaction_type_name, transaction_type_description) |> dplyr::distinct() ) show_donors(year = 2022, programme_lab = \"The Americas\", transaction_type_name = \"Incoming Commitment\" ) show_donors(year = 2018, ctr_name = \"Brazil\", transaction_type_name = \"Incoming Commitment\" ) show_donors(year = 2018, programme_lab = \"Brazil\", transaction_type_name = \"Disbursement\" ) show_donors(year = 2018, programme_lab = \"Brazil\", transaction_type_name = \"Expenditure\" )"},{"path":"/articles/unhcr-programme.html","id":"show_top_donors","dir":"Articles","previous_headings":"Using iati::dataTransaction","what":"show_top_donors","title":"UNHCR Programme","text":"","code":"show_top_donors(year = 2022, ctr_name = \"Brazil\", transaction_type_name = \"Incoming Commitment\" , top_n = 5) show_top_donors(year = 2020, ctr_name = \"Brazil\", transaction_type_name = \"Incoming Commitment\" , top_n = 10)"},{"path":"/articles/unhcr-programme.html","id":"show_earmarking","dir":"Articles","previous_headings":"Using iati::dataTransaction","what":"show_earmarking","title":"UNHCR Programme","text":"’s breakdown Earmarking Type (Un-earmarked, Tightly earmarked, etc.) Donor Funds Year?","code":"knitr::kable(iati::dataTransaction |> dplyr::select(earmarking_name, earmarking_description) |> dplyr::distinct() |> dplyr::filter(!(is.na(earmarking_name)))) show_earmarking(year = 2018, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = \"Brazil\")"},{"path":"/articles/unhcr-programme.html","id":"show_contributions","dir":"Articles","previous_headings":"Using iati::dataTransaction","what":"show_contributions","title":"UNHCR Programme","text":"","code":"knitr::kable(iati::dataTransaction |> dplyr::select(aid_type1_name, aid_type1_description) |> dplyr::distinct() |> dplyr::filter(!(is.na(aid_type1_name)))) show_contributions(year = 2018, ctr_name = \"Brazil\") show_contributions(year = 2018, programme_lab = \"The Americas\")"},{"path":[]},{"path":"/articles/unhcr-programme.html","id":"show_expenditure","dir":"Articles","previous_headings":"Using iati::dataBudget","what":"show_expenditure","title":"UNHCR Programme","text":"much expenditures compare initial budget (potentially weighted # )?","code":"show_expenditure(year = 2018, ctr_name = \"Brazil\") show_expenditure(year = 2018, ctr_name = \"Brazil\", weight_by = c(\"refugees\", \"oip\"))"},{"path":"/articles/unhcr-programme.html","id":"show_budget_gap","dir":"Articles","previous_headings":"Using iati::dataBudget","what":"show_budget_gap","title":"UNHCR Programme","text":"","code":"show_budget_gap(year = 2018, ctr_name = \"Brazil\") show_budget_gap(year = 2018, ctr_name = \"Brazil\", weight_by = c(\"refugees\", \"oip\"))"},{"path":[]},{"path":"/articles/unhcr-programme.html","id":"show-partnership","dir":"Articles","previous_headings":"Using iati::dataParticipating_org","what":"Show partnership","title":"UNHCR Programme","text":"organisations partner together?","code":"show_partnership(year = 2022, ctr_name = \"Brazil\" )"},{"path":[]},{"path":"/articles/unhcr-programme.html","id":"show_sectors","dir":"Articles","previous_headings":"Using iati::dataSector","what":"show_sectors","title":"UNHCR Programme","text":"funded sectors per country (Expenditure evolution per impact /outcome area)?","code":"knitr::kable( iati::dataSector |> dplyr::select( sector_vocabulary_name, sector_vocabulary_description) |> dplyr::distinct() |> dplyr::filter(!(is.na(sector_vocabulary_name)))) show_sectors( year = c(2020, 2021, 2022), ctr_name = \"Brazil\", sector_vocabulary_name = \"Reporting Organisation\") show_sectors( year = 2022, ctr_name = \"Brazil\", sector_vocabulary_name = \"Reporting Organisation 2\") show_sectors( year = c(2020, 2021, 2022), ctr_name = \"Brazil\", sector_vocabulary_name = \"Reporting Organisation 2\") show_sectors( year = c(2017,2018,2019,2020,2021, 2022), ctr_name = \"Brazil\", sector_vocabulary_name = \"Humanitarian Global Clusters (Inter-Agency Standing Committee)\") show_sectors( year = c(2017,2018,2019,2020,2021, 2022), ctr_name = \"Brazil\", sector_vocabulary_name = \"OECD DAC CRS Purpose Codes (5 digit)\")"},{"path":"/articles/unhcr-programme.html","id":"show_sectors_rbm","dir":"Articles","previous_headings":"Using iati::dataSector","what":"show_sectors_rbm","title":"UNHCR Programme","text":"","code":"show_sectors_rbm( year = c(2017, 2018, 2019, 2020, 2021, 2022), ctr_name = \"Brazil\")"},{"path":[]},{"path":"/articles/unhcr-programme.html","id":"show_indicators","dir":"Articles","previous_headings":"Using iati::dataResult","what":"show_indicators","title":"UNHCR Programme","text":"much indicators relate target baseline?","code":"show_indicators(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Outcome\", type = \"deviation\" ) show_indicators(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Impact\", type = \"deviation\" ) show_indicators(year = 2019, ctr_name = \"Brazil\", result_type_name = \"Output\", type = \"deviation\" ) show_indicators(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Outcome\", type = \"progress\" ) show_indicators(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Impact\", type = \"progress\" ) show_indicators(year = 2019, ctr_name = \"Brazil\", result_type_name = \"Output\", type = \"progress\" )"},{"path":"/articles/unhcr-programme.html","id":"show_indicators_time","dir":"Articles","previous_headings":"Using iati::dataResult","what":"show_indicators_time","title":"UNHCR Programme","text":"","code":"show_indicators_time(year = 2020, ctr_name = \"Brazil\", result_type_name = \"Outcome\", type = \"deviation\" ) show_indicators_time(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Impact\", type = \"deviation\" ) show_indicators_time(year = 2019, ctr_name = \"Brazil\", result_type_name = \"Output\", type = \"deviation\" ) show_indicators_time(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Outcome\", type = \"progress\" ) show_indicators_time(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Impact\", type = \"progress\" ) show_indicators_time(year = 2019, ctr_name = \"Brazil\", result_type_name = \"Output\", type = \"progress\" )"},{"path":"/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Edouard Legoupil. Author, maintainer. Matheus Soldi Hardt. Author. Hisham Galal. Author.","code":""},{"path":"/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Legoupil E, Soldi Hardt M, Galal H (2024). iati: UNHCR IATI Data Crunching. R package version 0.1.1, https://unhcr-americas.github.io/iati/docs/.","code":"@Manual{, title = {iati: UNHCR IATI Data Crunching}, author = {Edouard Legoupil and Matheus {Soldi Hardt} and Hisham Galal}, year = {2024}, note = {R package version 0.1.1}, url = {https://unhcr-americas.github.io/iati/docs/}, }"},{"path":[]},{"path":"/index.html","id":"objective","dir":"","previous_headings":"","what":"Objective","title":"UNHCR IATI Data Crunching","text":"data package UNHCR contribution International Aid Transparency Initiative (IATI) aims : reshaping IATI extraction complex xml file structure user-friendly tabular format necessary look-code tables offer easy consume documentation data structure provide built-ggplot2 visualization, aka “chart library” around high level key questions UNHCR programme. visualizations can integrated Operation Situation Analysis Protection Monitoring Analysis.","code":""},{"path":"/index.html","id":"install","dir":"","previous_headings":"","what":"Install","title":"UNHCR IATI Data Crunching","text":"","code":"# install.packages(\"pak\") pak::pkg_install(\"unhcr-americas/iati\")"},{"path":"/index.html","id":"context","dir":"","previous_headings":"","what":"Context","title":"UNHCR IATI Data Crunching","text":"Extracting information IATI can assist governments plan manage budgets; parliamentarians citizens better hold governments accountable; community-based organisations influence resources used; journalists, researchers activists investigate use impact resources. Information Global Focus translated monthly IATI open data standard published using UNHCR’s IATI identifier: XM-DAC-41121. overview publication process accessible IATI Dashboard. Every UNHCR operation world-wide reported year 2016. includes financial information (budget, contributions, disbursements expenditure), office locations, results various levels activity. Activities 2019 onwards published soon possible become available. current package updated much possible….","code":""},{"path":"/index.html","id":"what-is-iati","dir":"","previous_headings":"Context","what":"What is IATI?","title":"UNHCR IATI Data Crunching","text":"Launched Accra 2008, International Aid Transparency Initiative (IATI) multi-stakeholder initiative international open data standard aims improve transparency openness development humanitarian activities. 2016 Humanitarian grand Bargain, multiple organisations also committed “Publish timely, transparent, harmonised open high-quality data humanitarian funding within two years World Humanitarian Summit Istanbul” noting parties “consider IATI provide basis purpose common standard.” IATI provides mechanism regular, automated publication open data financial flows also enables organizations publish information project programming activities, including information monitoring, evaluation results. Overall, 1000+ humanitarian development organisations, including government donors, multilateral UN agencies international local NGOs currently use IATI Standard publish information funds , money goes impact outcome activities. use IATI Humanitarian actors among commitment grand bargain presented dedicated portal. International Aid Transparency Initiative (IATI) data trace aid flows donor treasuries final end use. IATI designed people can trace development spending flows development implementation chain, one organization organizations, right final stage chain: spending goods services. Traceability IATI works following money flows organization organization development implementation chain. Provided organizations publish information, possible assess much total funding beginning implementation chain spent goods services, money spent. Data published IATI published activity units, core building blocks data. Activities usually projects, can unit development cooperation defined publisher, program contract. Typically,entire donor country program made number activities. activity given unique identifier contains details incoming outgoing transactions. transaction also unique identifier contains data covering,among things,date, value, description, details provider receivers funds. classified one three categories. Disbursement: Outgoing funds placed disposal recipient government organization, funds transferred two separately reported activities. IATI traceability standards recipient disbursement also required report activities IATI. Expenditure: Outgoing funds spent directly goods services activity. recipients expenditures fall outside IATI traceability standards considered end implementation chain. Therefore, expenditure provided non-country-based organization considered funds `reaching country. Incoming fund: Funds received activity, can external internal source. Organisations can different roles IATI (segregated different “Organisation Types”): * Reporting Organisations, .e. organisations voluntarily reporting aid projects * Implementations organisations, actually implements activity. main concept summarized table IFRC IATI Feasibility Study - see also Appendices diagram provides also summary main topics covered IATI:","code":""},{"path":"/index.html","id":"key-visualisation-on-unhcr-programme-in-the-library-work-in-progress","dir":"","previous_headings":"Context","what":"Key Visualisation on UNHCR Programme in the library (work-in-progress)","title":"UNHCR IATI Data Crunching","text":"funded sectors per country (Expenditure evolution per impact /outcome area)? main donors country terms number projects /total budget? main implementing partners country terms number projects /total budget? ’s breakdown Earmarking Type (Un-earmarked, Tightly earmarked, etc.) Donor Funds Year? ’s level partnership organisations implementing projects? much expenditures compare initial budget (weighted # PoCs / GPP country)? much indicators evolve time thresholds?","code":""},{"path":"/index.html","id":"out-of-scope-humanitarian-funding-at-large","dir":"","previous_headings":"Context","what":"Out of Scope: Humanitarian Funding at large","title":"UNHCR IATI Data Crunching","text":"package includes UNHCR Data, following questions can adressed: share funds received different UN Agencies (UNICEF, WFP, IOM, UNDP, UNOCHA)? much donors balance resources different humanitarian crisis? much donors allocate budget humanitarian development programmes devoted displacement crisis key donors/region much donors funding goes migratory vs refugee issues? ’s share ODA (Official Development Assistance) among total flow foreign aid per country? ’s share ODA going benefit refugees? (can complement measurement Global Refugee Compact Indicators related ODA) share ODA allocated national actors? ’s share Humanitarian assistance within total ODA?","code":""},{"path":"/index.html","id":"contribute","dir":"","previous_headings":"","what":"Contribute","title":"UNHCR IATI Data Crunching","text":"package includes different tables (data, code & reference) together series visualization functions, aka “chart library”“, (show) based ggplot2 package built help fusen package allow easily maintain consistent documentation single notebook.","code":"fusen::inflate(flat_file = \"dev/dev_unhcr_programme.Rmd\", vignette_name = \"UNHCR Programme\")"},{"path":"/reference/activity.html","id":null,"dir":"Reference","previous_headings":"","what":"activity — activity","title":"activity — activity","text":"Records activities since UNHCR Programme 2016 IATI format","code":""},{"path":"/reference/activity.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"activity — activity","text":"","code":"activity"},{"path":"/reference/activity.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"activity — activity","text":"data frame 825 rows 45 variables: iati_identifier character globally unique identifier activity. reporting_org character organisation issuing report. May primary source (reporting activity donor, implementing agency, etc) secondary source (reporting activities another organisation). reporting_org_ref character Machine-readable identification string organisation issuing report. Must format RegistrationAgency-RegistrationNumber RegistrationAgency valid code Organisation Registration Agency code list RegistrationNumber valid identifier issued RegistrationAgency. reporting_org_type character type organisation issuing report. See IATI codelist values. reporting_org_secondary_reporter logical flag indicating reporting organisation activity acting secondary reporter. secondary reporter one reproduces data activities organisation directly responsible. include publisher officially assigned proxy report behalf another. title_eng character short, human-readable title contains meaningful summary activity. English title_fr character short, human-readable title contains meaningful summary activity. French title_es character short, human-readable title contains meaningful summary activity. Spanish title_zh character short, human-readable title contains meaningful summary activity. Chinese title_ru character short, human-readable title contains meaningful summary activity. Russian title_ar character short, human-readable title contains meaningful summary activity. Arabic description_type_1 character type description provided. required one general description activity reported. description_eng_1 character Description type 1 - English descriptionv_fr_1 character Description type 1 - French description_type_2 character COLUMN_DESCRIPTION description_eng_2 character COLUMN_DESCRIPTION descriptionv_fr_2 character COLUMN_DESCRIPTION activity_status_code double COLUMN_DESCRIPTION activity_date_1 date COLUMN_DESCRIPTION activity_date_type_1 double COLUMN_DESCRIPTION activity_date_2 date COLUMN_DESCRIPTION activity_date_type_2 double COLUMN_DESCRIPTION activity_date_3 date COLUMN_DESCRIPTION activity_date_type_3 double COLUMN_DESCRIPTION activity_date_4 date COLUMN_DESCRIPTION activity_date_type_4 double COLUMN_DESCRIPTION contact_info_type character COLUMN_DESCRIPTION contact_info_org character COLUMN_DESCRIPTION contact_info_email character COLUMN_DESCRIPTION contact_info_website character COLUMN_DESCRIPTION contact_info_mailing_address character COLUMN_DESCRIPTION activity_scope_code double COLUMN_DESCRIPTION recipient_country_code character COLUMN_DESCRIPTION recipient_country_pct logical COLUMN_DESCRIPTION recipient_country logical COLUMN_DESCRIPTION recipient_region_code double COLUMN_DESCRIPTION recipient_region_vocabulary double COLUMN_DESCRIPTION recipient_region_vocabulary_url character COLUMN_DESCRIPTION recipient_region_pct logical COLUMN_DESCRIPTION recipient_region character COLUMN_DESCRIPTION collaboration_type_code double type collaboration involved activity’s disbursements, e.g. “bilateral” “multilateral”. default_flow_type_code double COLUMN_DESCRIPTION default_finance_type_code double COLUMN_DESCRIPTION default_tied_status_code double COLUMN_DESCRIPTION capital_spend double COLUMN_DESCRIPTION","code":""},{"path":"/reference/activity.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"activity — activity","text":"https://iatistandard.org/en/iati-standard/203/activity-standard/iati-activities/iati-activity/","code":""},{"path":"/reference/activity.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"activity — activity","text":"","code":"{ knitr::kable(head(activity, 10)) } #> #> #> |iati_identifier |reporting_org |reporting_org_ref | reporting_org_type|reporting_org_secondary_reporter |title_eng |title_fr |title_es |title_zh |title_ru |title_ar | description_type_1|description_eng_1 |descriptionv_fr_1 | description_type_2|description_eng_2 |descriptionv_fr_2 | activity_status_code|activity_date_1 | activity_date_type_1|activity_date_2 | activity_date_type_2|activity_date_3 | activity_date_type_3|activity_date_4 | activity_date_type_4|contact_info_type |contact_info_org |contact_info_email |contact_info_website |contact_info_mailing_address | activity_scope_code|recipient_country_code |recipient_country_pct |recipient_country | recipient_region_code| recipient_region_vocabulary|recipient_region_vocabulary_url |recipient_region_pct |recipient_region | collaboration_type_code| default_flow_type_code| default_finance_type_code| default_tied_status_code| capital_spend| #> |:-------------------------|:-----------------------------------------------------|:-----------------|------------------:|:--------------------------------|:-----------------------------------------------------------|:--------------------------------------------------------------|:--------|:--------|:--------|:--------|------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------:|:---------------|--------------------:|:---------------|--------------------:|:---------------|--------------------:|:---------------|--------------------:|:-----------------|:-----------------------------------------------------|:------------------|:---------------------|:-------------------------------------------------|-------------------:|:----------------------|:---------------------|:-----------------|---------------------:|---------------------------:|:---------------------------------------|:--------------------|:----------------------------|-----------------------:|----------------------:|-------------------------:|------------------------:|-------------:| #> |XM-DAC-41121-2016 |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR - The UN Refugee Agency (2016) |UNHCR - L'Agence des Nations Unies pour les réfugiés (2016) |NA |NA |NA |NA | 1|This is the overall activity for 2016 UNHCR operations. |Celle-ci est l'activité globale des opérations du HCR en 2016. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-12-31 | 4|2016-01-01 | 2|2016-01-01 | 1|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 1|NA |NA |NA | 1| 2|NA |NA |World | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-AFR |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in Africa (2016) |Opérations du HCR en Afrique (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in Africa for 2016 including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR en Afrique pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-01-01 | 2|2016-12-31 | 3|2016-12-31 | 4|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |Africa | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-AME |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in the Americas (2016) |Opérations du HCR dans les Amériques (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in the Americas for 2016 including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR dans les Amériques pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-01-01 | 2|2016-12-31 | 3|2016-12-31 | 4|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |The Americas | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-ASO |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in Asia and the Pacific (2016) |Opérations du HCR en Asie et dans le Pacifique (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in Asia and the Pacific for 2016 including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR en Asie et dans le Pacifique pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-12-31 | 4|2016-01-01 | 1|2016-12-31 | 3|2016-01-01 | 2|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |Asia and the Pacific | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-EUR |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in Europe (2016) |Opérations du HCR en Europe (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in Europe for 2016 including including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR en Europe pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 2|2016-12-31 | 4|2016-01-01 | 1|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |Europe | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-MENA |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in the Middle East and North Africa (2016) |Opérations du HCR au Moyen-Orient et au Afrique du Nord (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in the Middle East and North Africa for 2016 including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR au Moyen-Orient et au Afrique du Nord pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-12-31 | 4|2016-01-01 | 2|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |Middle East and North Africa | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-AFR-AGO |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR Operation in Angola (2016) |L'opération du HCR en Angola (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operation in Angola for 2016 including the budget, funding, expenditure and results. |Cette activité montre les détails de l'opération du HCR en Angola pour 2016, y compris le budget, les financements, les dépenses et les résultats. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-12-31 | 4|2016-01-01 | 2|2016-01-01 | 1|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 4|AO |NA |NA | NA| NA|NA |NA |NA | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-AFR-BDI |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR Operation in Burundi (2016) |L'opération du HCR au Burundi (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operation in Burundi for 2016 including the budget, funding, expenditure and results. |Cette activité montre les détails de l'opération du HCR au Burundi pour 2016, y compris le budget, les financements, les dépenses et les résultats. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-12-31 | 4|2016-01-01 | 2|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 4|BI |NA |NA | NA| NA|NA |NA |NA | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-AFR-BFA |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR Operation in Burkina Faso (2016) |L'opération du HCR au Burkina Faso (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operation in Burkina Faso for 2016 including the budget, funding, expenditure and results. |Cette activité montre les détails de l'opération du HCR au Burkina Faso pour 2016, y compris le budget, les financements, les dépenses et les résultats. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-12-31 | 4|2016-12-31 | 3|2016-01-01 | 2|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 4|BF |NA |NA | NA| NA|NA |NA |NA | 4| 10| 110| 5| 0| #> |XM-DAC-41121-2016-AFR-BWA |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR Operation in Botswana (2016) |L'opération du HCR au Botswana (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operation in Botswana for 2016 including the budget, funding, expenditure and results. |Cette activité montre les détails de l'opération du HCR au Botswana pour 2016, y compris le budget, les financements, les dépenses et les résultats. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-01-01 | 2|2016-12-31 | 3|2016-12-31 | 4|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 4|BW |NA |NA | NA| NA|NA |NA |NA | 4| 10| 110| 5| 0|"},{"path":"/reference/budget.html","id":null,"dir":"Reference","previous_headings":"","what":"Budget — budget","title":"Budget — budget","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/budget.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Budget — budget","text":"","code":"budget"},{"path":"/reference/budget.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"Budget — budget","text":"data frame 840 rows 8 variables: iati_identifier character globally unique identifier activity. budget_type character COLUMN_DESCRIPTION budget_status character COLUMN_DESCRIPTION budget_period_start character COLUMN_DESCRIPTION budget_period_end character COLUMN_DESCRIPTION budget_currency character COLUMN_DESCRIPTION budget_value_date character COLUMN_DESCRIPTION budget_value character COLUMN_DESCRIPTION","code":""},{"path":"/reference/budget.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"Budget — budget","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/budget.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Budget — budget","text":"","code":"{ knitr::kable(head(budget, 10)) } #> #> #> |iati_identifier |budget_type |budget_status |budget_period_start |budget_period_end |budget_currency |budget_value_date |budget_value | #> |:---------------------------|:-----------|:-------------|:-------------------|:-----------------|:---------------|:-----------------|:------------| #> |XM-DAC-41121-2016-AFR-AGO |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |3721489.92 | #> |XM-DAC-41121-2016-AFR-BDI |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |34538841.62 | #> |XM-DAC-41121-2016-AFR-BFA |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |21679175.82 | #> |XM-DAC-41121-2016-AFR-BWA |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |3333214.59 | #> |XM-DAC-41121-2016-AFR-CAF |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |57558703.669 | #> |XM-DAC-41121-2016-AFR-CIV |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |30785019.55 | #> |XM-DAC-41121-2016-AFR-CMR |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |98624602.509 | #> |XM-DAC-41121-2016-AFR-CODRO |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |209710336.16 | #> |XM-DAC-41121-2016-AFR-COG |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |32000000.31 | #> |XM-DAC-41121-2016-AFR-DJI |NA |NA |2016-01-01 |2016-12-31 |USD |2017-06-15 |31987830.36 |"},{"path":"/reference/codeActivityDateType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeActivityDateType — codeActivityDateType","title":"codeActivityDateType — codeActivityDateType","text":"Types date activities. many different business models dates can used describe start end activities. recommended publisher adopts consistent approach provides users meaningful indication lifespan activity.","code":""},{"path":"/reference/codeActivityDateType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeActivityDateType — codeActivityDateType","text":"","code":"codeActivityDateType"},{"path":"/reference/codeActivityDateType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeActivityDateType — codeActivityDateType","text":"data frame 4 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeActivityDateType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeActivityDateType — codeActivityDateType","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeActivityDateType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeActivityDateType — codeActivityDateType","text":"","code":"{ knitr::kable(head(codeActivityDateType, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-------------|:----------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Planned start |The date on which the activity is planned to start, for example the date of the first planned disbursement or when physical activity starts. |NA |NA |active | #> | 2|Actual start |The actual date the activity starts, for example the date of the first disbursement or when physical activity starts. |NA |NA |active | #> | 3|Planned End |The date on which the activity is planned to end, for example the date of the last planned disbursement or when physical activity is complete. |NA |NA |active | #> | 4|Actual end |The actual date the activity ends, for example the date of the last disbursement or when physical activity is complete. |NA |NA |active |"},{"path":"/reference/codeActivityScope.html","id":null,"dir":"Reference","previous_headings":"","what":"codeActivityScope — codeActivityScope","title":"codeActivityScope — codeActivityScope","text":"Geographic scope activity","code":""},{"path":"/reference/codeActivityScope.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeActivityScope — codeActivityScope","text":"","code":"codeActivityScope"},{"path":"/reference/codeActivityScope.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeActivityScope — codeActivityScope","text":"data frame 8 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeActivityScope.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeActivityScope — codeActivityScope","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeActivityScope.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeActivityScope — codeActivityScope","text":"","code":"{ knitr::kable(head(codeActivityScope, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-----------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Global |The activity scope is global |NA |NA |active | #> | 2|Regional |The activity scope is a supranational region |NA |NA |active | #> | 3|Multi-national |The activity scope covers multiple countries, that don't constitute a region |NA |NA |active | #> | 4|National |The activity scope covers one country |NA |NA |active | #> | 5|Sub-national: Multi-first-level administrative areas |The activity scope covers more than one first-level subnational administrative areas (e.g. counties, provinces, states) |NA |NA |active | #> | 6|Sub-national: Single first-level administrative area |The activity scope covers one first-level subnational administrative area (e.g. country, province, state) |NA |NA |active | #> | 7|Sub-national: Single second-level administrative area |The activity scope covers one second-level subnational administrative area (e.g. municipality or district) |NA |NA |active | #> | 8|Single location |The activity scope covers one single location (e.g. town, village, farm) |NA |NA |active |"},{"path":"/reference/codeActivityStatus.html","id":null,"dir":"Reference","previous_headings":"","what":"codeActivityStatus — codeActivityStatus","title":"codeActivityStatus — codeActivityStatus","text":"Lifecycle status activity pipeline completion","code":""},{"path":"/reference/codeActivityStatus.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeActivityStatus — codeActivityStatus","text":"","code":"codeActivityStatus"},{"path":"/reference/codeActivityStatus.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeActivityStatus — codeActivityStatus","text":"data frame 6 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeActivityStatus.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeActivityStatus — codeActivityStatus","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeActivityStatus.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeActivityStatus — codeActivityStatus","text":"","code":"{ knitr::kable(head(codeActivityStatus, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-----------------------|:--------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Pipeline/identification |The activity is being scoped or planned |NA |NA |active | #> | 2|Implementation |The activity is currently being implemented |NA |NA |active | #> | 3|Finalisation |Physical activity is complete or the final disbursement has been made, but the activity remains open pending financial sign off or M&E |NA |NA |active | #> | 4|Closed |Physical activity is complete or the final disbursement has been made. |NA |NA |active | #> | 5|Cancelled |The activity has been cancelled |NA |NA |active | #> | 6|Suspended |The activity has been temporarily suspended |NA |NA |active |"},{"path":"/reference/codeAidType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeAidType — codeAidType","title":"codeAidType — codeAidType","text":"See: http://www.oecd.org/dac/stats/dacandcrscodelists.htm","code":""},{"path":"/reference/codeAidType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeAidType — codeAidType","text":"","code":"codeAidType"},{"path":"/reference/codeAidType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeAidType — codeAidType","text":"data frame 18 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeAidType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeAidType — codeAidType","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeAidType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeAidType — codeAidType","text":"","code":"{ knitr::kable(head(codeAidType, 10)) } #> #> #> |code |name |description |category |url |status | #> |:----|:---------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> |A01 |General budget support |Unearmarked contributions to the government budget including funding to support the implementation of macroeconomic reforms (structural adjustment programmes, poverty reduction strategies). Budget support is a method of financing a recipient country’s budget through a transfer of resources from an external financing agency to the recipient government’s national treasury. The funds thus transferred are managed in accordance with the recipient’s budgetary procedures. Funds transferred to the national treasury for financing programmes or projects managed according to different budgetary procedures from those of the recipient country, with the intention of earmarking the resources for specific uses, are therefore excluded. |A |NA |active | #> |A02 |Sector budget support |Sector budget support, like general budget support, is a financial contribution to a recipient government’s budget. However, in sector budget support, the dialogue between donors and partner governments focuses on sector-specific concerns, rather than on overall policy and budget priorities. |A |NA |active | #> |B01 |Core support to NGOs, other private bodies, PPPs and research institutes |Funds are paid over to NGOs (local, national and international) for use at the latter’s discretion, and contribute to programmes and activities which NGOs have developed themselves, and which they implement on their own authority and responsibility. Core contributions to PPPs, funds paid over to foundations (e.g. philanthropic foundations), and contributions to research institutes (public and private) are also recorded here. Annex 2 of the DAC Directives provides a list of INGOs, PPPs and networks core contributions to which may be reported under B01. This list is not exclusive. |B |NA |active | #> |B02 |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). |B |NA |active | #> |B03 |Contributions to specific-purpose programmes and funds managed by implementing partners |In addition to their core-funded operations, international organisations, NGOs, PPPs and networks, both in provider and in third countries, set up programmes and funds with a specific sectoral, thematic or geographical focus. Donors’ bilateral contributions to such programmes and funds are recorded here. |B |NA |active | #> |B04 |Basket funds/pooled funding |The donor contributes funds to an autonomous account, managed jointly with other donors and/or the recipient. The account will have specific purposes, modes of disbursement and accountability mechanisms, and a limited time frame. Basket funds are characterised by common project documents, common funding contracts and common reporting/audit procedures with all donors. Donors’ contributions to funds managed autonomously by international organisations are recorded under B03. |B |NA |active | #> |C01 |Project-type interventions |A project is a set of inputs, activities and outputs, agreed with the partner country*, to reach specific objectives/outcomes within a defined time frame, with a defined budget and a defined geographical area. Projects can vary significantly in terms of objectives, complexity, amounts involved and duration. There are smaller projects that might involve modest financial resources and last only a few months, whereas large projects might involve more significant amounts, entail successive phases and last for many years. A large project with a number of different components is sometimes referred to as a programme, but should nevertheless be recorded here. Feasibility studies, appraisals and evaluations are included (whether designed as part of projects/programmes or dedicated funding arrangements). Academic studies, research and development, trainings, scholarships, and other technical assistance activities not directly linked to development projects/programmes should instead be recorded under D02. Aid channelled through NGOs or multilaterals is also recorded here. This includes payments for NGOs and multilaterals to implement donors’ projects and programmes, and funding of specified NGOs projects. By contrast, core funding of NGOs and multilaterals as well as contributions to specific-purpose funds are recorded under B.* In the cases of equity investments, humanitarian aid or aid channelled through NGOs, projects are recorded here even if there was no direct agreement between the donor and the partner country. |C |NA |active | #> |D01 |Donor country personnel |Experts, consultants, teachers, academics, researchers, volunteers and contributions to public and private bodies for sending experts to developing countries. |D |NA |active | #> |D02 |Other technical assistance |Provision, outside projects as described in category C01, of technical assistance in recipient countries (excluding technical assistance performed by donor experts reported under D01, and scholarships/training in donor country reported under E01). This includes training and research; language training; south-south studies; research studies; collaborative research between donor and recipient universities and organisations); local scholarships; development-oriented social and cultural programmes. This category also covers ad hoc contributions such as conferences, seminars and workshops, exchange visits, publications, etc. |D |NA |active | #> |E01 |Scholarships/training in donor country |Financial aid awards for individual students and contributions to trainees. |E |NA |active |"},{"path":"/reference/codeAidTypeCategory.html","id":null,"dir":"Reference","previous_headings":"","what":"codeAidTypeCategory — codeAidTypeCategory","title":"codeAidTypeCategory — codeAidTypeCategory","text":"codelists exists group Aid Type codelist categories. used codelist right. External URL: http://www.oecd.org/dac/stats/dacandcrscodelists.htm","code":""},{"path":"/reference/codeAidTypeCategory.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeAidTypeCategory — codeAidTypeCategory","text":"","code":"codeAidTypeCategory"},{"path":"/reference/codeAidTypeCategory.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeAidTypeCategory — codeAidTypeCategory","text":"data frame 8 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeAidTypeCategory.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeAidTypeCategory — codeAidTypeCategory","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeAidTypeCategory.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeAidTypeCategory — codeAidTypeCategory","text":"","code":"{ knitr::kable(head(codeAidTypeCategory, 10)) } #> #> #> |code |name |description |category |url |status | #> |:----|:--------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> |A |Budget support |For contributions under this category, the donor relinquishes the exclusive control of its funds by sharing the responsibility with the recipient. |NA |NA |active | #> |B |Core contributions and pooled programmes and funds |For contributions under this category, the donor relinquishes the exclusive control of its funds by sharing the responsibility with other stakeholders (other donors, NGOs, multilateral institutions, Public Private Partnerships). The category covers both core contributions (B01 and B02), and pooled contributions with a specific earmarking (B03 and B04). |NA |NA |active | #> |C |Project-type interventions |N.B. Within this category, members able to do so are requested to report the aggregate amount used for financing donor experts/consultants on Table DAC11. Where the activity consists solely of experts’ costs, report under category D. |NA |NA |active | #> |D |Experts and other technical assistance |This category covers the provision, outside projects as described in category C, of know-how in the form of personnel, training and research. |NA |NA |active | #> |E |Scholarships and student costs in donor countries |NA |NA |NA |active | #> |F |Debt relief |NA |NA |NA |active | #> |G |Administrative costs not included elsewhere |NA |NA |NA |active | #> |H |Other in-donor expenditures |Groups a number of contributions that do not give rise to a cross-border flow. |NA |NA |active |"},{"path":"/reference/codeAidTypeVocabulary.html","id":null,"dir":"Reference","previous_headings":"","what":"codeAidTypeVocabulary — codeAidTypeVocabulary","title":"codeAidTypeVocabulary — codeAidTypeVocabulary","text":"AidTypeVocabulary codelist defines range external codelists provide codes descriptions aid type. Non-Core codelist.","code":""},{"path":"/reference/codeAidTypeVocabulary.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeAidTypeVocabulary — codeAidTypeVocabulary","text":"","code":"codeAidTypeVocabulary"},{"path":"/reference/codeAidTypeVocabulary.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeAidTypeVocabulary — codeAidTypeVocabulary","text":"data frame 4 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeAidTypeVocabulary.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeAidTypeVocabulary — codeAidTypeVocabulary","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeAidTypeVocabulary.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeAidTypeVocabulary — codeAidTypeVocabulary","text":"","code":"{ knitr::kable(head(codeAidTypeVocabulary, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:---------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:------------------------------------------------------------------------------------------------|:------| #> | 1|OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |NA |http://reference.iatistandard.org/codelists/AidType/ |active | #> | 2|Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist |NA |http://reference.iatistandard.org/codelists/EarmarkingCategory/ |active | #> | 3|Earmarking Modality |Codes A to L replicated directly from Grand Bargain document found in Annex 1 (pg.16) |NA |https://reliefweb.int/sites/reliefweb.int/files/resources/Grand_Bargain_final_22_May_FINAL-2.pdf |active | #> | 4|Cash and Voucher Modalities |This vocabulary has been created by IATI, following agreements and recommendations of the Tracking Cash and Voucher Assistance (CVA) Working Group. |NA |http://reference.iatistandard.org/codelists/CashandVoucherModalities/ |active |"},{"path":"/reference/codeBudgetIdentifier.html","id":null,"dir":"Reference","previous_headings":"","what":"codeBudgetIdentifier — codeBudgetIdentifier","title":"codeBudgetIdentifier — codeBudgetIdentifier","text":"IATI Functional Administrative Common Code : One several possible Budget Identifier Vocabularies. version 2.03 codelist deprecated. Non-Core codelist.","code":""},{"path":"/reference/codeBudgetIdentifier.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeBudgetIdentifier — codeBudgetIdentifier","text":"","code":"codeBudgetIdentifier"},{"path":"/reference/codeBudgetIdentifier.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeBudgetIdentifier — codeBudgetIdentifier","text":"data frame 152 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeBudgetIdentifier.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeBudgetIdentifier — codeBudgetIdentifier","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeBudgetIdentifier.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeBudgetIdentifier — codeBudgetIdentifier","text":"","code":"{ knitr::kable(head(codeBudgetIdentifier, 10)) } #> #> #> |code |name |description | category|url |status | #> |:-----|:-----------------------------------------|:-----------|--------:|:---|:------| #> |1.1.1 |Executive - executive |NA | 1.1|NA |active | #> |1.2.1 |Legislative - legislative |NA | 1.2|NA |active | #> |1.3.1 |Accountability - macroeconomic policy |NA | 1.3|NA |active | #> |1.3.2 |Accountability - budgeting |NA | 1.3|NA |active | #> |1.3.3 |Accountability - planning |NA | 1.3|NA |active | #> |1.3.4 |Accountability - Treasury/Accounts |NA | 1.3|NA |active | #> |1.3.5 |Accountability - debt and aid management |NA | 1.3|NA |active | #> |1.3.6 |Accountability - tax policy |NA | 1.3|NA |active | #> |1.3.7 |Accountability - tax collection |NA | 1.3|NA |active | #> |1.3.8 |Accountability - local government finance |NA | 1.3|NA |active |"},{"path":"/reference/codeBudgetIdentifierSector.html","id":null,"dir":"Reference","previous_headings":"","what":"codeBudgetIdentifierSector — codeBudgetIdentifierSector","title":"codeBudgetIdentifierSector — codeBudgetIdentifierSector","text":"codelists exists group Budget Identifier codelist sectors. used codelist right. Non-Core codelist.","code":""},{"path":"/reference/codeBudgetIdentifierSector.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeBudgetIdentifierSector — codeBudgetIdentifierSector","text":"","code":"codeBudgetIdentifierSector"},{"path":"/reference/codeBudgetIdentifierSector.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeBudgetIdentifierSector — codeBudgetIdentifierSector","text":"data frame 31 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeBudgetIdentifierSector.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeBudgetIdentifierSector — codeBudgetIdentifierSector","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeBudgetIdentifierSector.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeBudgetIdentifierSector — codeBudgetIdentifierSector","text":"","code":"{ knitr::kable(head(codeBudgetIdentifierSector, 10)) } #> #> #> | code|name |description | category|url |status | #> |----:|:--------------------------|:-----------|--------:|:---|:------| #> | 1.1|Executive |NA | 1|NA |active | #> | 1.2|Legislative |NA | 1|NA |active | #> | 1.3|Accountability |NA | 1|NA |active | #> | 1.4|External Affairs |NA | 1|NA |active | #> | 1.5|General Personnel Services |NA | 1|NA |active | #> | 1.6|Statistics |NA | 1|NA |active | #> | 1.7|Other General Services |NA | 1|NA |active | #> | 1.8|Elections |NA | 1|NA |active | #> | 2.1|Justice, Law and Order |NA | 2|NA |active | #> | 2.2|Defence |NA | 2|NA |active |"},{"path":"/reference/codeBudgetStatus.html","id":null,"dir":"Reference","previous_headings":"","what":"codeBudgetStatus — codeBudgetStatus","title":"codeBudgetStatus — codeBudgetStatus","text":"Code denote described budget binding. Core codelist.","code":""},{"path":"/reference/codeBudgetStatus.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeBudgetStatus — codeBudgetStatus","text":"","code":"codeBudgetStatus"},{"path":"/reference/codeBudgetStatus.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeBudgetStatus — codeBudgetStatus","text":"data frame 2 rows 6 variables: code double COLUMN_DESCRIPTION name character COLUMN_DESCRIPTION description character COLUMN_DESCRIPTION category logical COLUMN_DESCRIPTION url logical COLUMN_DESCRIPTION status character COLUMN_DESCRIPTION","code":""},{"path":"/reference/codeBudgetStatus.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeBudgetStatus — codeBudgetStatus","text":"https://iatistandard.org/en/iati-standard/203/codelists/budgetstatus/","code":""},{"path":"/reference/codeBudgetType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeBudgetType — codeBudgetType","title":"codeBudgetType — codeBudgetType","text":"Core codelist.","code":""},{"path":"/reference/codeBudgetType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeBudgetType — codeBudgetType","text":"","code":"codeBudgetType"},{"path":"/reference/codeBudgetType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeBudgetType — codeBudgetType","text":"data frame 2 rows 6 variables: code double COLUMN_DESCRIPTION name character COLUMN_DESCRIPTION description character COLUMN_DESCRIPTION category logical COLUMN_DESCRIPTION url logical COLUMN_DESCRIPTION status character COLUMN_DESCRIPTION","code":""},{"path":"/reference/codeBudgetType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeBudgetType — codeBudgetType","text":"https://iatistandard.org/en/iati-standard/203/codelists/budgettype/","code":""},{"path":"/reference/codeCashandVoucherModalities.html","id":null,"dir":"Reference","previous_headings":"","what":"codeCashandVoucherModalities — codeCashandVoucherModalities","title":"codeCashandVoucherModalities — codeCashandVoucherModalities","text":"codelist created IATI following agreements recommendations Tracking Cash Voucher Assistance (CVA) Working Group. Definitions codes aligned CaLP Glossary:http://www.cashlearning.org/resources/glossary. Non-Core codelist.","code":""},{"path":"/reference/codeCashandVoucherModalities.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeCashandVoucherModalities — codeCashandVoucherModalities","text":"","code":"codeCashandVoucherModalities"},{"path":"/reference/codeCashandVoucherModalities.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeCashandVoucherModalities — codeCashandVoucherModalities","text":"data frame 2 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeCashandVoucherModalities.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeCashandVoucherModalities — codeCashandVoucherModalities","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeCashandVoucherModalities.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeCashandVoucherModalities — codeCashandVoucherModalities","text":"","code":"{ knitr::kable(head(codeCashandVoucherModalities, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Cash Transfer |The provision of assistance in the form of money - either physical currency or e-cash - to recipients (individuals, households or communities). Cash transfers are by definition unrestricted in terms of use and distinct from restricted modalities including vouchers and in-kind assistance. |NA |NA |active | #> | 2|Voucher |A paper, token or e-voucher that can be exchanged for a set quantity or value of goods or services, denominated either as a cash value (e.g. $15) or predetermined commodities (e.g. 5 kg maize) or specific services (e.g. milling of 5 kg of maize), or a combination of value and commodities. Vouchers are restricted by default, although the degree of restriction will vary based on the programme design and type of voucher. They are redeemable with preselected vendors or in ‘fairs’ created by the implementing agency. The terms vouchers, stamps, or coupons might be used interchangeably. |NA |NA |active |"},{"path":"/reference/codeCollaborationType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeCollaborationType — codeCollaborationType","title":"codeCollaborationType — codeCollaborationType","text":"OECD DAC classification used determine character resource flows (bilateral multilateral). External URL: http://www.oecd.org/dac/stats/dacandcrscodelists.htm","code":""},{"path":"/reference/codeCollaborationType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeCollaborationType — codeCollaborationType","text":"","code":"codeCollaborationType"},{"path":"/reference/codeCollaborationType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeCollaborationType — codeCollaborationType","text":"data frame 7 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeCollaborationType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeCollaborationType — codeCollaborationType","text":"https://iatistandard.org/en/iati-standard/203/codelists/collaborationtype/","code":""},{"path":"/reference/codeCollaborationType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeCollaborationType — codeCollaborationType","text":"","code":"{ knitr::kable(head(codeCollaborationType, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Bilateral |NA |NA |NA |active | #> | 2|Multilateral (inflows) |NA |NA |NA |active | #> | 3|Bilateral, core contributions to NGOs and other private bodies / PPPs |NA |NA |NA |active | #> | 4|Multilateral outflows |NA |NA |NA |active | #> | 6|Private Sector Outflows |NA |NA |NA |active | #> | 7|Bilateral, ex-post reporting on NGOs’ activities funded through core contributions |NA |NA |NA |active | #> | 8|Bilateral, triangular co-operation. |Activities where one or more bilateral providers of development co-operation or international organisations support South-South co-operation, joining forces with developing countries to facilitate a sharing of knowledge and experience among all partners involved. (Activities that only involve bilateral providers or multilateral agencies without a South-South co-operation element (e.g. joint programming, pooled funding or delegated co-operation) should not be assigned bi_multi 8.) |NA |NA |active |"},{"path":"/reference/codeCountry.html","id":null,"dir":"Reference","previous_headings":"","what":"codeCountry — codeCountry","title":"codeCountry — codeCountry","text":"Country codelist generated ISO 3166-1 part ISO 3166 standard. standard makes allowance, alongside officially assigned codes, code elements expanded using either reserved codes user-assigned codes. IATI currently defines additional codes XA -XZ range. External URL: http://www.iso.org/iso/home/standards/country_codes.htm","code":""},{"path":"/reference/codeCountry.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeCountry — codeCountry","text":"","code":"codeCountry"},{"path":"/reference/codeCountry.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeCountry — codeCountry","text":"data frame 251 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeCountry.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeCountry — codeCountry","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeCountry.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeCountry — codeCountry","text":"","code":"{ knitr::kable(head(codeCountry, 10)) } #> #> #> |code |name |description |category |url |status | #> |:----|:-------------------|:-----------|:--------|:---|:------| #> |AF |Afghanistan |NA |NA |NA |active | #> |AX |Åland Islands |NA |NA |NA |active | #> |AL |Albania |NA |NA |NA |active | #> |DZ |Algeria |NA |NA |NA |active | #> |AS |American Samoa |NA |NA |NA |active | #> |AD |Andorra |NA |NA |NA |active | #> |AO |Angola |NA |NA |NA |active | #> |AI |Anguilla |NA |NA |NA |active | #> |AQ |Antarctica |NA |NA |NA |active | #> |AG |Antigua and Barbuda |NA |NA |NA |active |"},{"path":"/reference/codeCurrency.html","id":null,"dir":"Reference","previous_headings":"","what":"codeCurrency — codeCurrency","title":"codeCurrency — codeCurrency","text":"ISO 4217 Currency used transactions budgets External URL: http://www.iso.org/iso/home/standards/currency_codes.htm","code":""},{"path":"/reference/codeCurrency.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeCurrency — codeCurrency","text":"","code":"codeCurrency"},{"path":"/reference/codeCurrency.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeCurrency — codeCurrency","text":"data frame 174 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeCurrency.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeCurrency — codeCurrency","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeCurrency.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeCurrency — codeCurrency","text":"","code":"{ knitr::kable(head(codeCurrency, 10)) } #> #> #> |code |name |description |category |url |status | #> |:----|:-----------------------------|:-----------|:--------|:---|:------| #> |AED |UAE Dirham |NA |NA |NA |active | #> |AFN |Afghani |NA |NA |NA |active | #> |ALL |Lek |NA |NA |NA |active | #> |AMD |Armenian Dram |NA |NA |NA |active | #> |ANG |Netherlands Antillian Guilder |NA |NA |NA |active | #> |AOA |Kwanza |NA |NA |NA |active | #> |ARS |Argentine Peso |NA |NA |NA |active | #> |AUD |Australian Dollar |NA |NA |NA |active | #> |AWG |Aruban Guilder |NA |NA |NA |active | #> |AZN |Azerbaijanian Manat |NA |NA |NA |active |"},{"path":"/reference/codeDescriptionType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeDescriptionType — codeDescriptionType","title":"codeDescriptionType — codeDescriptionType","text":"Activity decription types. (General, objectives, etc)","code":""},{"path":"/reference/codeDescriptionType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeDescriptionType — codeDescriptionType","text":"","code":"codeDescriptionType"},{"path":"/reference/codeDescriptionType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeDescriptionType — codeDescriptionType","text":"data frame 4 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeDescriptionType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeDescriptionType — codeDescriptionType","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeDescriptionType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeDescriptionType — codeDescriptionType","text":"","code":"{ knitr::kable(head(codeDescriptionType, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-------------|:---------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|General |Unstructured, long description of the activity |NA |NA |active | #> | 2|Objectives |Specific objectives for the activity, e.g. taken from logical framework |NA |NA |active | #> | 3|Target Groups |Details of groups that are intended to benefit from the activity |NA |NA |active | #> | 4|Other |For miscellaneous use. A further classification or breakdown may be included in the narrative |NA |NA |active |"},{"path":"/reference/codeEarmarkingCategory.html","id":null,"dir":"Reference","previous_headings":"","what":"codeEarmarkingCategory — codeEarmarkingCategory","title":"codeEarmarkingCategory — codeEarmarkingCategory","text":"codelist created IATI derived Grand Bargain Earmarking Modality codelist. See: https://reliefweb.int/sites/reliefweb.int/files/resources/Grand_Bargain_final_22_May_FINAL-2.pdf","code":""},{"path":"/reference/codeEarmarkingCategory.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeEarmarkingCategory — codeEarmarkingCategory","text":"","code":"codeEarmarkingCategory"},{"path":"/reference/codeEarmarkingCategory.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeEarmarkingCategory — codeEarmarkingCategory","text":"data frame 4 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeEarmarkingCategory.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeEarmarkingCategory — codeEarmarkingCategory","text":"https://iatistandard.org/en/iati-standard/203/codelists/earmarkingcategory/","code":""},{"path":"/reference/codeEarmarkingCategory.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeEarmarkingCategory — codeEarmarkingCategory","text":"","code":"{ knitr::kable(head(codeEarmarkingCategory, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-----------------|:-----------------------------------------------------|:--------|:---|:------| #> | 1|Unearmarked |Any or all of the Earmarking Modality codes A,B or C. |NA |NA |active | #> | 2|Softly Earmarked |Any or all of the Earmarking Modality codes D,E or F. |NA |NA |active | #> | 3|Earmarked |Any or all of the Earmarking Modality codes G or H. |NA |NA |active | #> | 4|Tightly Earmarked |Any or all of the Earmarking Modality codes I,J or K. |NA |NA |active |"},{"path":"/reference/codeFlowType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeFlowType — codeFlowType","title":"codeFlowType — codeFlowType","text":"DAC/CRS distinction ODA (official development assistance) types resource flow. External URL: http://www.oecd.org/dac/stats/dacandcrscodelists.htm","code":""},{"path":"/reference/codeFlowType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeFlowType — codeFlowType","text":"","code":"codeFlowType"},{"path":"/reference/codeFlowType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeFlowType — codeFlowType","text":"data frame 10 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeFlowType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeFlowType — codeFlowType","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeFlowType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeFlowType — codeFlowType","text":"","code":"{ knitr::kable(head(codeFlowType, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-----------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:---------| #> | 10|ODA |Official Development Assistance |NA |NA |active | #> | 20|OOF |Other Official Flows |NA |NA |withdrawn | #> | 21|Non-export credit OOF |Other Official Flows, excl. export credits |NA |NA |active | #> | 22|Officially supported export credits |Officially supported export credits. Covers both official direct export credits and private export credits under official guarantee or insurance |NA |NA |active | #> | 30|Private Development Finance |Financing by civil society organisations (NGOs, philantropic foundations, etc.) |NA |NA |active | #> | 35|Private Market |Private long-term (i.e. over one-year maturity) capital transactions made by residents of DAC countries |NA |NA |withdrawn | #> | 36|Private Foreign Direct Investment |Private Foreign Direct Investment |NA |NA |active | #> | 37|Other Private flows at market terms |Private long-term (i.e. over one-year maturity) capital transactions made by residents of DAC countries |NA |NA |active | #> | 40|Non flow |e.g. GNI, ODA%GNI, Population etc |NA |NA |active | #> | 50|Other flows |e.g. non-ODA component of peacebuilding operations |NA |NA |active |"},{"path":"/reference/codeGeographicLocationClass.html","id":null,"dir":"Reference","previous_headings":"","what":"codeGeographicLocationClass — codeGeographicLocationClass","title":"codeGeographicLocationClass — codeGeographicLocationClass","text":"Non-Core codelist.","code":""},{"path":"/reference/codeGeographicLocationClass.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeGeographicLocationClass — codeGeographicLocationClass","text":"","code":"codeGeographicLocationClass"},{"path":"/reference/codeGeographicLocationClass.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeGeographicLocationClass — codeGeographicLocationClass","text":"data frame 4 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeGeographicLocationClass.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeGeographicLocationClass — codeGeographicLocationClass","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeGeographicLocationClass.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeGeographicLocationClass — codeGeographicLocationClass","text":"","code":"{ knitr::kable(head(codeGeographicLocationClass, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:---------------------------|:---------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Administrative Region |The designated geographic location is an administrative region (state, county, province, district, municipality etc.) |NA |NA |active | #> | 2|Populated Place |The designated geographic location is a populated place (town, village, farm etc.) |NA |NA |active | #> | 3|Structure |The designated geopgraphic location is a structure (such as a school or a clinic) |NA |NA |active | #> | 4|Other Topographical Feature |The designated geographic location is a topographical feature, such as a mountain, a river, a forest |NA |NA |active |"},{"path":"/reference/codeHumCluster.html","id":null,"dir":"Reference","previous_headings":"","what":"codeHumCluster — codeHumCluster","title":"codeHumCluster — codeHumCluster","text":"Global Coordination Groups - Cluster & Area Interest Official Names Codes (Beta) Contains IASC designated Global Clusters Areas Responsibility. Global Clusters Areas Responsibility (AoR) defined enable predictable leadership situations humanitarian emergency. content includes Preferred Term used Cluster AoR, Acronym (3-letter cluster code), Group term belongs (defining whether Global Cluster AoR) website URL. Google Spreadsheet CSV versions contain HXL hashtags. information, please visit http://vocabulary.unocha.org/","code":""},{"path":"/reference/codeHumCluster.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeHumCluster — codeHumCluster","text":"","code":"codeHumCluster"},{"path":"/reference/codeHumCluster.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeHumCluster — codeHumCluster","text":"data frame 16 rows 9 variables: HRinfo ID character COLUMN_DESCRIPTION Preferred Term character COLUMN_DESCRIPTION Preferred Term (fr) character COLUMN_DESCRIPTION ACRONYM character COLUMN_DESCRIPTION Group Type character COLUMN_DESCRIPTION Homepage character COLUMN_DESCRIPTION Date Created (Post Date) character COLUMN_DESCRIPTION Updated date character COLUMN_DESCRIPTION Notes character COLUMN_DESCRIPTION","code":""},{"path":"/reference/codeHumCluster.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeHumCluster — codeHumCluster","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeHumCluster.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeHumCluster — codeHumCluster","text":"","code":"{ knitr::kable(head(codeHumCluster, 10)) } #> #> #> |HRinfo ID |Preferred Term |Preferred Term (fr) |ACRONYM |Group Type |Homepage |Date Created (Post Date) |Updated date |Notes | #> |:------------------------------|:------------------------------|:---------------------------------|:----------------------|:------------------------------------|:----------------------------------------------------------------------------------|:------------------------|:--------------|:---------------------------------------------------------------| #> |#sector +code +v_hrinfo_sector |#sector +name +preferred +i_en |#sector +name +preferred +i_fr |#sector +code +acronym |#sector +type |#meta +url |#date +created |#date +updated |#meta +comment | #> |4 |Emergency Shelter and NFI |Abris d'urgence et NFI |SHL |Cluster |https://www.sheltercluster.org/ |03/16/2017 |4/4/2018 |Added French name; shelter cluster uses \"NFI\" in French as well | #> |1 |Camp Coordination / Management |Coordination et gestion des camps |CCM |Cluster |http://www.globalcccmcluster.org |03/16/2017 |4/4/2018 |Added French name | #> |5406 |Mine Action |Action contre les mines |PRO-MIN |Area of Responsibility (Sub-cluster) |http://www.globalprotectioncluster.org/en/areas-of-responsibility/mine-action.html |03/16/2017 |4/4/2018 |Added French name | #> |6 |Food Security |Sécurité alimentaire |FSC |Cluster |http://foodsecuritycluster.net/ |03/16/2017 |4/4/2018 |Added French name | #> |11 |Water Sanitation Hygiene |Eau, assainissement et hygiène |WSH |Cluster |http://washcluster.net/ |03/16/2017 |4/4/2018 |Added French name | #> |8 |Logistics |Logistique |LOG |Cluster |http://www.logcluster.org/ |03/16/2017 |4/4/2018 |Added French name | #> |5403 |Child Protection |Protection de l'enfance |PRO-CPN |Area of Responsibility (Sub-cluster) |http://cpwg.net/ |03/16/2017 |4/5/2018 |Updated French name based feedback from OCHA-FIS | #> |10 |Protection |Protection |PRO |Cluster |http://www.globalprotectioncluster.org/ |03/16/2017 |4/4/2018 |Added French name | #> |3 |Education |Education |EDU |Cluster |http://educationcluster.net/ |03/16/2017 |4/4/2018 |Added French name |"},{"path":"/reference/codeHumanitarianScopeType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeHumanitarianScopeType — codeHumanitarianScopeType","title":"codeHumanitarianScopeType — codeHumanitarianScopeType","text":"Humanitarian Scope Type codelist defines codes types humanitarian events actions.","code":""},{"path":"/reference/codeHumanitarianScopeType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeHumanitarianScopeType — codeHumanitarianScopeType","text":"","code":"codeHumanitarianScopeType"},{"path":"/reference/codeHumanitarianScopeType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeHumanitarianScopeType — codeHumanitarianScopeType","text":"data frame 2 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeHumanitarianScopeType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeHumanitarianScopeType — codeHumanitarianScopeType","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeHumanitarianScopeType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeHumanitarianScopeType — codeHumanitarianScopeType","text":"","code":"{ knitr::kable(head(codeHumanitarianScopeType, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:---------|:-----------|:--------|:---|:------| #> | 1|Emergency |NA |NA |NA |active | #> | 2|Appeal |NA |NA |NA |active |"},{"path":"/reference/codeHumanitarianScopeVocabulary.html","id":null,"dir":"Reference","previous_headings":"","what":"codeHumanitarianScopeVocabulary — codeHumanitarianScopeVocabulary","title":"codeHumanitarianScopeVocabulary — codeHumanitarianScopeVocabulary","text":"Humanitarian Scope Vocabulary codelist defines range external codelists provide codes descriptions humanitarian events actions.","code":""},{"path":"/reference/codeHumanitarianScopeVocabulary.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeHumanitarianScopeVocabulary — codeHumanitarianScopeVocabulary","text":"","code":"codeHumanitarianScopeVocabulary"},{"path":"/reference/codeHumanitarianScopeVocabulary.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeHumanitarianScopeVocabulary — codeHumanitarianScopeVocabulary","text":"data frame 3 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeHumanitarianScopeVocabulary.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeHumanitarianScopeVocabulary — codeHumanitarianScopeVocabulary","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeHumanitarianScopeVocabulary.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeHumanitarianScopeVocabulary — codeHumanitarianScopeVocabulary","text":"","code":"{ knitr::kable(head(codeHumanitarianScopeVocabulary, 10)) } #> #> #> |code |name |description |category |url |status | #> |:----|:----------------------|:-----------|:--------|:-----------------------------------------------------|:------| #> |1-2 |Glide |NA |NA |http://glidenumber.net/glide/public/search/search.jsp |active | #> |2-1 |Humanitarian Plan |NA |NA |https://fts.unocha.org/plan-code-list-iati |active | #> |99 |Reporting Organisation |NA |NA |NA |active |"},{"path":"/reference/codeIATIOrganisationIdentifier.html","id":null,"dir":"Reference","previous_headings":"","what":"codeIATIOrganisationIdentifier — codeIATIOrganisationIdentifier","title":"codeIATIOrganisationIdentifier — codeIATIOrganisationIdentifier","text":"list organisation identifiers maintained IATI Secretariat. prefix organisations list XI-IATI bona fide organisation registered recognised appropriate registration agency (http://iatistandard.org/202/codelists/OrganisationRegistrationAgency/) contact IATI Technical Team exceptionally allocate organisation identifier using XI-IATI prefix. identifiers derived DAC codes, ‘meaning’ carried forward. .e. IATI generated identifiers intrinsic meaning. general guidance constructing Organisation Identifiers, please see http://iatistandard.org/organisation-identifiers/","code":""},{"path":"/reference/codeIATIOrganisationIdentifier.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeIATIOrganisationIdentifier — codeIATIOrganisationIdentifier","text":"","code":"codeIATIOrganisationIdentifier"},{"path":"/reference/codeIATIOrganisationIdentifier.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeIATIOrganisationIdentifier — codeIATIOrganisationIdentifier","text":"data frame 39 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeIATIOrganisationIdentifier.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeIATIOrganisationIdentifier — codeIATIOrganisationIdentifier","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeIATIOrganisationIdentifier.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeIATIOrganisationIdentifier — codeIATIOrganisationIdentifier","text":"","code":"{ knitr::kable(head(codeIATIOrganisationIdentifier, 10)) } #> #> #> |code |name |description |category |url |status | #> |:--------------|:------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---------------------------------------------------------------------------------|:------| #> |XI-IATI-1001 |The Coca-Cola Export Corporation |Subsidiary of The Coca-Cola Company responsible for marketing and export of soft drinks, bottled water, and other beverages and with links to the various charitable initiatives of The Coca-Cola Company, its subsidiaries and affiliates Coca-Cola charitable foundation. Based in Atlanta Georgia USA |NA |http://www.coca-colacompany.com/ |active | #> |XI-IATI-1002 |United Mission to Nepal |The United Mission to Nepal (UMN) is a faith based INGO based in Kathmandu, and has worked in Nepal without interruption since 1954. UMN works through local partners in order to serve the people of Nepal, especially the poorest of those living in poverty, to pursue peace and justice for all and to address the root causes of their poverty. We do this by supporting communities in a transformation process focusing on health, education, sustainable livelihoods, peace-building and good governance. |NA |http://www.umn.org.np/ |active | #> |XI-IATI-ACATBA |Association Centrafricaine de Traduction de la Bible et Alphabetisation |ACATBA is a charity that exists to promote local language development, Bible translation, literacy and community development in the Central African Republic. They also provide training in basic business skills; this allows beneficiaries to begin income-generating activities and small businesses. |NA |http://www.wycliffe.net/organizations?entity=CXN&continent=AFR&country=CT |active | #> |XI-IATI-ADVZ |Agência de Desenvolvimento do Vale do Zambeze |Description: The Agência do Zambeze is a public-sector agency under the Ministry of Economics and Finance in Mozambique. The mission of the Agência do Zambeze is to promote the socio-economic and sustainable development of the Lower Zambezi River Basin. |NA |http://www.inm.gov.mz/?q=pt-pt/ag%C3%AAncia-de-desenvolvimento-do-vale-do-zambeze |active | #> |XI-IATI-AGR |AgResults |AgResults is a $122 million collaborative initiative between the governments of Australia, Canada, the United Kingdom, the United States, and the Bill and Melinda Gates Foundation to incentivize the private sector to overcome market barriers and develop solutions to food security and agricultural challenges that disproportionately affect people living in poverty. The initiative designs and implements agriculture-focused prize competitions, also referred to as pay-for-results or pull mechanisms, which are innovative development finance programs that engage the private sector to work towards a defined goal to receive a monetary award. |NA |https://agresults.org/ |active | #> |XI-IATI-AIAS |Administração de Infra-Estruturas de Águas e Saneamento |Description: AIAS manages the property of the secondary public systems for water supply and for the residual water drainage public systems in Mozambique promoting their autonomous efficient and financially feasible operational management through assignment to private operators or other third party entities. |NA |http://www.aias.gov.mz/ |active | #> |XI-IATI-AJS |Associations des Juristes Sénégalaises (AJS) |The Association des Juristes Sénégalaises (AJS) is an association of women lawyers who promote and contribute to the protection of the rights of individuals, particularly women and children. |NA |http://www.femmesjuristes.org |active | #> |XI-IATI-ATTIC |Association of Technicians in Information Technology and Communication (ATTIC) |ATTIC, a non-political non-profit association in Republic of Chad, aims to help develop and integrate the promotion of information and communication technologies in the development policy of the formal and non-formal sectors, to fight against food insecurity and poverty, by strengthening the means of vulnerable households, refugees, returnees and internally displaced persons, and by providing socio-professional training and integration for vulnerable groups. |NA |Website is still in progress |active | #> |XI-IATI-BBDN |Bangladesh Business & Disability Network |The Bangladesh Business and Disability Network (BBDN) is a voluntary group of representatives from business, industry, employers’ organizations and selected non-governmental and disabled peoples’ organizations. BBDN has a primary purpose of facilitating disability and work place diversity in Bangladesh from the perspective of the business and human rights cases. |NA |https://www.bbdn.com.bd/ |active | #> |XI-IATI-EBRD |European Bank for Reconstruction and Development |Description: Who we are - The EBRD is investing in changing peoples' lives and environments from central Europe to Central Asia, the Western Balkans and the southern and eastern Mediterranean region. With an emphasis on working with the private sector, we invest in projects, engage in policy dialogue and provide technical advice that fosters innovation and builds sustainable and open-market economies. What we do - The EBRD provides direct financing for well structured, financially robust projects of all sizes (including many small businesses), both directly and through financial intermediaries such as local banks and investment funds. The Bank works mainly with private sector clients, but also finances municipal entities and publicly owned companies. Our principal financing instruments are loans, equity investments and guarantees. |NA |http://www.ebrd.com/home |active |"},{"path":"/reference/codeIndicatorMeasure.html","id":null,"dir":"Reference","previous_headings":"","what":"codeIndicatorMeasure — codeIndicatorMeasure","title":"codeIndicatorMeasure — codeIndicatorMeasure","text":"specify indicator measured. includes qualitative quantitative values.","code":""},{"path":"/reference/codeIndicatorMeasure.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeIndicatorMeasure — codeIndicatorMeasure","text":"","code":"codeIndicatorMeasure"},{"path":"/reference/codeIndicatorMeasure.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeIndicatorMeasure — codeIndicatorMeasure","text":"data frame 5 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeIndicatorMeasure.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeIndicatorMeasure — codeIndicatorMeasure","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeIndicatorMeasure.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeIndicatorMeasure — codeIndicatorMeasure","text":"","code":"{ knitr::kable(head(codeIndicatorMeasure, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-----------|:----------------------------------------------------------|:--------|:---|:------| #> | 1|Unit |The indicator is measured in units. |NA |NA |active | #> | 2|Percentage |The indicator is measured in percentages |NA |NA |active | #> | 3|Nominal |The indicator is measured as a quantitative nominal scale. |NA |NA |active | #> | 4|Ordinal |The indicator is measured as a quantitative ordinal scale. |NA |NA |active | #> | 5|Qualitative |The indicator is qualitative. |NA |NA |active |"},{"path":"/reference/codeIndicatorVocabulary.html","id":null,"dir":"Reference","previous_headings":"","what":"codeIndicatorVocabulary — codeIndicatorVocabulary","title":"codeIndicatorVocabulary — codeIndicatorVocabulary","text":"Indicator Vocabulary codelist defines range external codelists provide codes descriptions indicators, example specify results.","code":""},{"path":"/reference/codeIndicatorVocabulary.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeIndicatorVocabulary — codeIndicatorVocabulary","text":"","code":"codeIndicatorVocabulary"},{"path":"/reference/codeIndicatorVocabulary.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeIndicatorVocabulary — codeIndicatorVocabulary","text":"data frame 10 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeIndicatorVocabulary.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeIndicatorVocabulary — codeIndicatorVocabulary","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeIndicatorVocabulary.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeIndicatorVocabulary — codeIndicatorVocabulary","text":"","code":"{ knitr::kable(head(codeIndicatorVocabulary, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-------------------------------------------------|:-----------|:--------|:--------------------------------------------------------------------------|:------| #> | 1|WHO Registry |NA |NA |http://apps.who.int/gho/indicatorregistry/App_Main/indicator_registry.aspx |active | #> | 2|Sphere Handbook |NA |NA |http://www.spherehandbook.org |active | #> | 3|US Foreign Assistance Framework |NA |NA |http://www.state.gov/s/d/rm/rls/dosstrat/2007/html/82981.htm |active | #> | 4|World Bank World Development Indicators |NA |NA |http://data.worldbank.org/data-catalog/world-development-indicators |active | #> | 5|UN Millennium Development Goals Indicators |NA |NA |http://mdgs.un.org/unsd/mdg/Host.aspx?Content=Indicators/OfficialList.htm |active | #> | 6|UNOCHA Humanitarian Response Indicators |NA |NA |https://www.humanitarianresponse.info/applications/ir/indicators |active | #> | 7|HIV/AIDS Indicator Registry |NA |NA |http://www.indicatorregistry.org |active | #> | 8|Harmonized Indicators for Private Sector (HIPSO) |NA |NA |https://indicators.ifipartnership.org/indicators/ |active | #> | 9|UN Sustainable Development Goals (SDG) Indicators |NA |NA |https://unstats.un.org/sdgs/indicators/indicators-list/ |active | #> | 99|Reporting Organisation |NA |NA |NA |active |"},{"path":"/reference/codeOrganisationIdentifier.html","id":null,"dir":"Reference","previous_headings":"","what":"codeOrganisationIdentifier — codeOrganisationIdentifier","title":"codeOrganisationIdentifier — codeOrganisationIdentifier","text":"1.04 list longer maintained. http://support.iatistandard.org/entries/28497976-Retire--Organisation-Identifier-codelist#view-post-25368673 general guidance constructing Organisation Identifiers, please see http://iatistandard.org/organisation-identifiers/","code":""},{"path":"/reference/codeOrganisationIdentifier.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeOrganisationIdentifier — codeOrganisationIdentifier","text":"","code":"codeOrganisationIdentifier"},{"path":"/reference/codeOrganisationIdentifier.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeOrganisationIdentifier — codeOrganisationIdentifier","text":"data frame 419 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeOrganisationIdentifier.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeOrganisationIdentifier — codeOrganisationIdentifier","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeOrganisationIdentifier.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeOrganisationIdentifier — codeOrganisationIdentifier","text":"","code":"{ knitr::kable(head(codeOrganisationIdentifier, 10)) } #> #> #> |code |name |description |category |url |status | #> |:-----|:-----------------------------------------|:-----------|:--------|:---|:------| #> |AT-1 |Federal Ministry of Finance |NA |NA |NA |active | #> |AT-10 |Ministry for Agriculture and Environment |NA |NA |NA |active | #> |AT-11 |Ministry of Defense |NA |NA |NA |active | #> |AT-12 |Ministry of Interior |NA |NA |NA |active | #> |AT-2 |Various ministries |NA |NA |NA |active | #> |AT-3 |Federal Government of Austria |NA |NA |NA |active | #> |AT-4 |Oesterreichische Kontrollbank AG |NA |NA |NA |active | #> |AT-5 |Federal Ministry of Foreign Affairs |NA |NA |NA |active | #> |AT-6 |Provincial governments, local communities |NA |NA |NA |active | #> |AT-8 |Austrian Development Agency |NA |NA |NA |active |"},{"path":"/reference/codeOrganisationRegistrationAgency.html","id":null,"dir":"Reference","previous_headings":"","what":"codeOrganisationRegistrationAgency — codeOrganisationRegistrationAgency","title":"codeOrganisationRegistrationAgency — codeOrganisationRegistrationAgency","text":"values codelist used identify particular list organisation identifier drawn . codelist provides register known identifier lists, including national company registers, NGO directories international multilateral organisation lists - along guidance online resources help locate identifiers assigned specific organisation. 17 July 2017 list maintained org-id.guide project. Data publishers can now search locate relevant list particular organisation identifier using org-id.guide website. full register identifier sources also available download XML, JSON CSV formats. IATI periodically replicates codelist identifier sources org-id.guide, assist accessing IATI documentation. However, advised --date source org-id.guide project. org-id.guide contain entry kind organisation need identify, can make request new list included register following guidance","code":""},{"path":"/reference/codeOrganisationRegistrationAgency.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeOrganisationRegistrationAgency — codeOrganisationRegistrationAgency","text":"","code":"codeOrganisationRegistrationAgency"},{"path":"/reference/codeOrganisationRegistrationAgency.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeOrganisationRegistrationAgency — codeOrganisationRegistrationAgency","text":"data frame 197 rows 7 variables: code double code name character name description character description category double category url character url status character status public-database logical public-database","code":""},{"path":"/reference/codeOrganisationRegistrationAgency.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeOrganisationRegistrationAgency — codeOrganisationRegistrationAgency","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeOrganisationRegistrationAgency.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeOrganisationRegistrationAgency — codeOrganisationRegistrationAgency","text":"","code":"{ knitr::kable(head(codeOrganisationRegistrationAgency, 10)) } #> #> #> |code |name |description |category |url |status |public-database | #> |:-------|:-----------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:------------------------------------------------------------------------------------|:------|:---------------| #> |AE-ACCI |Ajman Chamber of Commerce and Industry |There are 2 types of search available: Commercial search and Industrial search. You can also use an online enquiry form to find the required information. The contact details of Ajman Chamber and the heads of its sectors are also available. |AE |https://www.ajmanchamber.ae/en/Pages/default.aspx |active |FALSE | #> |AE-ADCD |Abu Dhabi Commercial Directory |This register includes information on companies' Unified no., Membership no., name, address, phone number, email, activity etc. |AE |http://www.abudhabichamber.ae/English/E-Services/Pages/EServices-Page.aspx?sm=1&ty=s |active |FALSE | #> |AE-AFZ |Ajman Free Zone Authority |The authority's website can be used to find its address, email and call center contacts. No clear search functionality directly on the website. |AE |http://www.afz.gov.ae/ |active |FALSE | #> |AE-DCCI |Dubai Chamber of Commerce and Industry |This register includes information on companies name, address, phone number, website, activity and branches. |AE |http://www.dcciinfo.com/ |active |FALSE | #> |AE-DFSA |Dubai Financial Services Authority |This register includes information on companies' name, DFSA reference number, address, phone number, legal status, services. |AE |https://www.dfsa.ae/Public-Register/Firm |active |FALSE | #> |AE-DIFC |Dubai International Financial Centre |This register includes information on companies' name, registration number, activity, phone number, address, etc. |AE |https://www.difc.ae/public-register |active |FALSE | #> |AE-DMCC |Dubai Multi Commodities Centre |Dubai Multi Commodities Centre is a Free Zone Authority established by the government of Dubai in 2002. The DMCC authority registers and licenses companies to operate in the DMCC Free Zone. N.B There is a 'Business Directory', however, this does not provide registration numbers[1] [1]: https://www.dmcc.ae/business-search |AE |https://www.dmcc.ae/ |active |FALSE | #> |AE-FCCI |Fujairah Chamber of Commerce and Industry |There is no company information available directly from this registry, but Chamber of Commerce and Industry can be contacted via the form on the website, phone or email to request more information. |AE |http://www.fujcci.ae/ |active |FALSE | #> |AE-FFZ |Fujairah Free Zone Company Listing |There is no search available in this registry, but there is a list of companies with corresponding phone and fax numbers. |AE |http://www.fujairahfreetradezone.com/appdir/company-listing.php |active |FALSE | #> |AE-HFZA |Hamriyah Free Zone Authority |A register that contains company names, addresses, phone numbers, emails, license numbers, activities, etc. |AE |http://www.hfza.ae/en-us/directory.aspx |active |FALSE |"},{"path":"/reference/codeOrganisationRole.html","id":null,"dir":"Reference","previous_headings":"","what":"codeOrganisationRole — codeOrganisationRole","title":"codeOrganisationRole — codeOrganisationRole","text":"IATI codes role organisation within activity. organisation can play one role within activity. Core codelist.","code":""},{"path":"/reference/codeOrganisationRole.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeOrganisationRole — codeOrganisationRole","text":"","code":"codeOrganisationRole"},{"path":"/reference/codeOrganisationRole.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeOrganisationRole — codeOrganisationRole","text":"data frame 4 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeOrganisationRole.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeOrganisationRole — codeOrganisationRole","text":"https://iatistandard.org/en/iati-standard/203/codelists/organisationrole/","code":""},{"path":"/reference/codeOrganisationRole.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeOrganisationRole — codeOrganisationRole","text":"","code":"{ knitr::kable(head(codeOrganisationRole, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:------------|:----------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Funding |The government or organisation which provides funds to the activity. |NA |NA |active | #> | 2|Accountable |An organisation responsible for oversight of the activity and its outcomes |NA |NA |active | #> | 3|Extending |An organisation that manages the budget and direction of an activity on behalf of the funding organisation |NA |NA |active | #> | 4|Implementing |The organisation that physically carries out the activity or intervention. |NA |NA |active |"},{"path":"/reference/codeOrganisationType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeOrganisationType — codeOrganisationType","title":"codeOrganisationType — codeOrganisationType","text":"Non-Core codelist","code":""},{"path":"/reference/codeOrganisationType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeOrganisationType — codeOrganisationType","text":"","code":"codeOrganisationType"},{"path":"/reference/codeOrganisationType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeOrganisationType — codeOrganisationType","text":"data frame 16 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeOrganisationType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeOrganisationType — codeOrganisationType","text":"https://iatistandard.org/en/iati-standard/203/codelists/organisationtype/","code":""},{"path":"/reference/codeOrganisationType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeOrganisationType — codeOrganisationType","text":"","code":"{ knitr::kable(head(codeOrganisationType, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:--------------------------|:--------------------------------------------------------------------------------------|:--------|:---|:------| #> | 10|Government |NA |NA |NA |active | #> | 11|Local Government |Any local (sub national) government organisation in either donor or recipient country. |NA |NA |active | #> | 15|Other Public Sector |NA |NA |NA |active | #> | 21|International NGO |NA |NA |NA |active | #> | 22|National NGO |NA |NA |NA |active | #> | 23|Regional NGO |NA |NA |NA |active | #> | 24|Partner Country based NGO |Local and National NGO / CSO based in aid/assistance recipient country |NA |NA |active | #> | 30|Public Private Partnership |NA |NA |NA |active | #> | 40|Multilateral |NA |NA |NA |active | #> | 60|Foundation |NA |NA |NA |active |"},{"path":"/reference/codePolicyMarker.html","id":null,"dir":"Reference","previous_headings":"","what":"codePolicyMarker — codePolicyMarker","title":"codePolicyMarker — codePolicyMarker","text":"Policy Marker codelist derived policy markers declared WP-STAT. codes created IATI. External URL: http://www.oecd.org/dac/stats/dacandcrscodelists.htm","code":""},{"path":"/reference/codePolicyMarker.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codePolicyMarker — codePolicyMarker","text":"","code":"codePolicyMarker"},{"path":"/reference/codePolicyMarker.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codePolicyMarker — codePolicyMarker","text":"data frame 12 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codePolicyMarker.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codePolicyMarker — codePolicyMarker","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codePolicyMarker.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codePolicyMarker — codePolicyMarker","text":"","code":"{ knitr::kable(head(codePolicyMarker, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:---------------------------------------------------------------------------------------|:-----------|:--------|:---|:------| #> | 1|Gender Equality |NA |NA |NA |active | #> | 2|Aid to Environment |NA |NA |NA |active | #> | 3|Participatory Development/Good Governance |NA |NA |NA |active | #> | 4|Trade Development |NA |NA |NA |active | #> | 5|Aid Targeting the Objectives of the Convention on Biological Diversity |NA |NA |NA |active | #> | 6|Aid Targeting the Objectives of the Framework Convention on Climate Change - Mitigation |NA |NA |NA |active | #> | 7|Aid Targeting the Objectives of the Framework Convention on Climate Change - Adaptation |NA |NA |NA |active | #> | 8|Aid Targeting the Objectives of the Convention to Combat Desertification |NA |NA |NA |active | #> | 9|Reproductive, Maternal, Newborn and Child Health (RMNCH) |NA |NA |NA |active | #> | 10|Disaster Risk Reduction(DRR) |NA |NA |NA |active |"},{"path":"/reference/codeRegion.html","id":null,"dir":"Reference","previous_headings":"","what":"codeRegion — codeRegion","title":"codeRegion — codeRegion","text":"External URL: http://www.oecd.org/dac/stats/dacandcrscodelists.htm","code":""},{"path":"/reference/codeRegion.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeRegion — codeRegion","text":"","code":"codeRegion"},{"path":"/reference/codeRegion.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeRegion — codeRegion","text":"data frame 26 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeRegion.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeRegion — codeRegion","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeRegion.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeRegion — codeRegion","text":"","code":"{ knitr::kable(head(codeRegion, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:---------------------------------|:-----------|:--------|:---|:---------| #> | 88|States Ex-Yugoslavia unspecified |NA |NA |NA |active | #> | 89|Europe, regional |NA |NA |NA |active | #> | 189|North of Sahara, regional |NA |NA |NA |active | #> | 289|South of Sahara, regional |NA |NA |NA |active | #> | 298|Africa, regional |NA |NA |NA |active | #> | 380|West Indies, regional |NA |NA |NA |withdrawn | #> | 389|North & Central America, regional |NA |NA |NA |active | #> | 489|South America, regional |NA |NA |NA |active | #> | 498|America, regional |NA |NA |NA |active | #> | 589|Middle East, regional |NA |NA |NA |active |"},{"path":"/reference/codeResultType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeResultType — codeResultType","title":"codeResultType — codeResultType","text":"Non-Core codelist.","code":""},{"path":"/reference/codeResultType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeResultType — codeResultType","text":"","code":"codeResultType"},{"path":"/reference/codeResultType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeResultType — codeResultType","text":"data frame 4 rows 6 variables: code double COLUMN_DESCRIPTION name character COLUMN_DESCRIPTION description character COLUMN_DESCRIPTION category logical COLUMN_DESCRIPTION url logical COLUMN_DESCRIPTION status character COLUMN_DESCRIPTION","code":""},{"path":"/reference/codeResultType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeResultType — codeResultType","text":"https://iatistandard.org/en/iati-standard/203/codelists/resulttype/","code":""},{"path":"/reference/codeResultType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeResultType — codeResultType","text":"","code":"{ knitr::kable(head(codeResultType, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Output |Results of the activity that came about as a direct effect of your work and specific, what is done, and what communities are reached. For example, X number of individuals. |NA |NA |active | #> | 2|Outcome |Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme. |NA |NA |active | #> | 3|Impact |The long term effects of the outcomes, that lead to larger, over arching results, such as improved life-expectancy. |NA |NA |active | #> | 9|Other |Another type of result, not specified above. |NA |NA |active |"},{"path":"/reference/codeSector.html","id":null,"dir":"Reference","previous_headings":"","what":"codeSector — codeSector","title":"codeSector — codeSector","text":"DAC 5 Digit Sector External URL: http://www.oecd.org/dac/stats/dacandcrscodelists.htm","code":""},{"path":"/reference/codeSector.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeSector — codeSector","text":"","code":"codeSector"},{"path":"/reference/codeSector.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeSector — codeSector","text":"data frame 323 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeSector.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeSector — codeSector","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeSector.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeSector — codeSector","text":"","code":"{ knitr::kable(head(codeSector, 10)) } #> #> #> | code|name |description | category|url |status | #> |-----:|:----------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------:|:---|:------| #> | 11110|Education policy and administrative management |Education sector policy, planning and programmes; aid to education ministries, administration and management systems; institution capacity building and advice; school management and governance; curriculum and materials development; unspecified education activities. | 111|NA |active | #> | 11120|Education facilities and training |Educational buildings, equipment, materials; subsidiary services to education (boarding facilities, staff housing); language training; colloquia, seminars, lectures, etc. | 111|NA |active | #> | 11130|Teacher training |Teacher education (where the level of education is unspecified); in-service and pre-service training; materials development. | 111|NA |active | #> | 11182|Educational research |Research and studies on education effectiveness, relevance and quality; systematic evaluation and monitoring. | 111|NA |active | #> | 11220|Primary education |Formal and non-formal primary education for children; all elementary and first cycle systematic instruction; provision of learning materials. | 112|NA |active | #> | 11230|Basic life skills for youth and adults |Formal and non-formal education for basic life skills for young people and adults (adults education); literacy and numeracy training. Excludes health education (12261) and activities related to prevention of noncommunicable diseases. (123xx). | 112|NA |active | #> | 11231|Basic life skills for youth |Formal and non-formal education for basic life skills for young people. | 112|NA |active | #> | 11232|Primary education equivalent for adults |Formal primary education for adults. | 112|NA |active | #> | 11240|Early childhood education |Formal and non-formal pre-school education. | 112|NA |active | #> | 11250|School feeding |Provision of meals or snacks at school; other uses of food for the achievement of educational outcomes including “take-home” food rations provided as economic incentives to families (or foster families, or other child care institutions) in return for a child’s regular attendance at school; food provided to adults or youth who attend literacy or vocational training programmes; food for pre-school activities with an educational component. These activities may help reduce children’s hunger during the school day if provision of food/meals contains bioavailable nutrients to address specific nutrition needs and have nutrition expected outcomes in school children, or if the rationale mainstream nutrition or expected outcome is nutrition-linked. | 112|NA |active |"},{"path":"/reference/codeSectorCategory.html","id":null,"dir":"Reference","previous_headings":"","what":"codeSectorCategory — codeSectorCategory","title":"codeSectorCategory — codeSectorCategory","text":"DAC 3 Digit Sector External URL: http://www.oecd.org/dac/stats/dacandcrscodelists.htm","code":""},{"path":"/reference/codeSectorCategory.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeSectorCategory — codeSectorCategory","text":"","code":"codeSectorCategory"},{"path":"/reference/codeSectorCategory.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeSectorCategory — codeSectorCategory","text":"data frame 44 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeSectorCategory.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeSectorCategory — codeSectorCategory","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeSectorCategory.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeSectorCategory — codeSectorCategory","text":"","code":"{ knitr::kable(head(codeSectorCategory, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:----------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 111|Education, Level Unspecified |The codes in this category are to be used only when level of education is unspecified or unknown (e.g. training of primary school teachers should be coded under 11220). |NA |NA |active | #> | 112|Basic Education |NA |NA |NA |active | #> | 113|Secondary Education |NA |NA |NA |active | #> | 114|Post-Secondary Education |NA |NA |NA |active | #> | 121|Health, General |NA |NA |NA |active | #> | 122|Basic Health |NA |NA |NA |active | #> | 123|Non-communicable diseases (NCDs) |NA |NA |NA |active | #> | 130|Population Policies/Programmes & Reproductive Health |NA |NA |NA |active | #> | 140|Water Supply & Sanitation |NA |NA |NA |active | #> | 151|Government & Civil Society-general |N.B. Use code 51010 for general budget support. |NA |NA |active |"},{"path":"/reference/codeSectorVocabulary.html","id":null,"dir":"Reference","previous_headings":"","what":"codeSectorVocabulary — codeSectorVocabulary","title":"codeSectorVocabulary — codeSectorVocabulary","text":"Non-Core codelist.","code":""},{"path":"/reference/codeSectorVocabulary.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeSectorVocabulary — codeSectorVocabulary","text":"","code":"codeSectorVocabulary"},{"path":"/reference/codeSectorVocabulary.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeSectorVocabulary — codeSectorVocabulary","text":"data frame 13 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeSectorVocabulary.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeSectorVocabulary — codeSectorVocabulary","text":"https://iatistandard.org/en/iati-standard/203/codelists/sectorvocabulary/","code":""},{"path":"/reference/codeSectorVocabulary.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeSectorVocabulary — codeSectorVocabulary","text":"","code":"{ knitr::kable(head(codeSectorVocabulary, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:---------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------|:--------|:--------------------------------------------------------------------------------------------------------------------|:------| #> | 1|OECD DAC CRS Purpose Codes (5 digit) |The sector reported corresponds to an OECD DAC CRS 5-digit purpose code |NA |http://reference.iatistandard.org/codelists/Sector/ |active | #> | 2|OECD DAC CRS Purpose Codes (3 digit) |The sector reported corresponds to an OECD DAC CRS 3-digit purpose code |NA |http://reference.iatistandard.org/codelists/SectorCategory/ |active | #> | 3|Classification of the Functions of Government (UN) |The sector reported corresponds to the UN Classification of the Functions of Government (CoFoG) |NA |http://unstats.un.org/unsd/cr/registry/regcst.asp?Cl=4 |active | #> | 4|Statistical classification of economic activities in the European Community |The sector reported corresponds to the statistical classifications of economic activities in the European Community |NA |http://ec.europa.eu/eurostat/ramon/nomenclatures/index.cfm?TargetUrl=LST_NOM_DTL&StrNom=NACE_REV2&StrLanguageCode=EN |active | #> | 5|National Taxonomy for Exempt Entities (USA) |The sector reported corresponds to the National Taxonomy for Exempt Entities (NTEE) - USA |NA |http://nccs.urban.org/classification/NTEE.cfm |active | #> | 6|AidData |The sector reported corresponds to AidData classifications |NA |NA |active | #> | 7|SDG Goal |A value from the top-level list of UN sustainable development goals (SDGs) (e.g. ‘1’) |NA |https://sustainabledevelopment.un.org/?menu=1300 |active | #> | 8|SDG Target |A value from the second-level list of UN sustainable development goals (SDGs) (e.g. ‘1.1’) |NA |http://unstats.un.org/sdgs/indicators/indicators-list/ |active | #> | 9|SDG Indicator |A value from the second-level list of UN sustainable development (SDG) indicators |NA |http://unstats.un.org/sdgs/indicators/indicators-list/ |active | #> | 10|Humanitarian Global Clusters (Inter-Agency Standing Committee) |The sector reported corresponds to an Inter-Agency Standard Committee Humanitarian Global Cluster code |NA |https://data.humdata.org/dataset/global-coordination-groups-beta |active |"},{"path":"/reference/codeTransactionType.html","id":null,"dir":"Reference","previous_headings":"","what":"codeTransactionType — codeTransactionType","title":"codeTransactionType — codeTransactionType","text":"Transaction Type - Core codelist.","code":""},{"path":"/reference/codeTransactionType.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeTransactionType — codeTransactionType","text":"","code":"codeTransactionType"},{"path":"/reference/codeTransactionType.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeTransactionType — codeTransactionType","text":"data frame 13 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeTransactionType.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeTransactionType — codeTransactionType","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeTransactionType.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeTransactionType — codeTransactionType","text":"","code":"{ knitr::kable(head(codeTransactionType, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:-------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:---|:------| #> | 1|Incoming Funds |Funds recieved for use on the activity, which can be from an external or internal source. |NA |NA |active | #> | 2|Outgoing Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, for specific purposes, for the benefit of the recipient. |NA |NA |active | #> | 3|Disbursement |Outgoing funds that are placed at the disposal of a recipient government or organisation, or funds transferred between two separately reported activities. |NA |NA |active | #> | 4|Expenditure |Outgoing funds that are spent on goods and services for the activity. |NA |NA |active | #> | 5|Interest Payment |The actual amount of interest paid on a loan or line of credit, including fees. |NA |NA |active | #> | 6|Loan Repayment |The actual amount of principal (amortisation) repaid, including any arrears. |NA |NA |active | #> | 7|Reimbursement |A type of disbursement that covers funds that have already been spent by the recipient, as agreed in the terms of the grant or loan |NA |NA |active | #> | 8|Purchase of Equity |Outgoing funds that are used to purchase equity in a business |NA |NA |active | #> | 9|Sale of Equity |Incoming funds from the sale of equity. |NA |NA |active | #> | 10|Credit Guarantee |A commitment made by a funding organisation to underwrite a loan or line of credit entered into by a third party. |NA |NA |active |"},{"path":"/reference/codeUNSDGGoals.html","id":null,"dir":"Reference","previous_headings":"","what":"codeUNSDGGoals — codeUNSDGGoals","title":"codeUNSDGGoals — codeUNSDGGoals","text":"value top-level list UN sustainable development goals (SDGs) (e.g. ‘1’) External URL: https://sustainabledevelopment.un.org/?menu=1300","code":""},{"path":"/reference/codeUNSDGGoals.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeUNSDGGoals — codeUNSDGGoals","text":"","code":"codeUNSDGGoals"},{"path":"/reference/codeUNSDGGoals.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeUNSDGGoals — codeUNSDGGoals","text":"data frame 17 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeUNSDGGoals.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeUNSDGGoals — codeUNSDGGoals","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeUNSDGGoals.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeUNSDGGoals — codeUNSDGGoals","text":"","code":"{ knitr::kable(head(codeUNSDGGoals, 10)) } #> #> #> | code|name |description |category |url |status | #> |----:|:----------------------------------------------------------------------------------------------------------------------------|:-----------|:--------|:---|:------| #> | 1|Goal 1. End poverty in all its forms everywhere |NA |NA |NA |active | #> | 2|Goal 2. End hunger, achieve food security and improved nutrition and promote sustainable agriculture |NA |NA |NA |active | #> | 3|Goal 3. Ensure healthy lives and promote well-being for all at all ages |NA |NA |NA |active | #> | 4|Goal 4. Ensure inclusive and equitable quality education and promote lifelong learning opportunities for all |NA |NA |NA |active | #> | 5|Goal 5. Achieve gender equality and empower all women and girls |NA |NA |NA |active | #> | 6|Goal 6. Ensure availability and sustainable management of water and sanitation for all |NA |NA |NA |active | #> | 7|Goal 7. Ensure access to affordable, reliable, sustainable and modern energy for all |NA |NA |NA |active | #> | 8|Goal 8. Promote sustained, inclusive and sustainable economic growth, full and productive employment and decent work for all |NA |NA |NA |active | #> | 9|Goal 9. Build resilient infrastructure, promote inclusive and sustainable industrialization and foster innovation |NA |NA |NA |active | #> | 10|Goal 10. Reduce inequality within and among countries |NA |NA |NA |active |"},{"path":"/reference/codeUNSDGTargets.html","id":null,"dir":"Reference","previous_headings":"","what":"codeUNSDGTargets — codeUNSDGTargets","title":"codeUNSDGTargets — codeUNSDGTargets","text":"value second-level list UN sustainable development goals (SDGs) (e.g. ‘1.1’) External URL: https://unstats.un.org/sdgs/indicators/indicators-list/","code":""},{"path":"/reference/codeUNSDGTargets.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"codeUNSDGTargets — codeUNSDGTargets","text":"","code":"codeUNSDGTargets"},{"path":"/reference/codeUNSDGTargets.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"codeUNSDGTargets — codeUNSDGTargets","text":"data frame 169 rows 6 variables: code double code name character name description character description category double category url character url status character status","code":""},{"path":"/reference/codeUNSDGTargets.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"codeUNSDGTargets — codeUNSDGTargets","text":"https://iatistandard.org/en/iati-standard/203/codelists/","code":""},{"path":"/reference/codeUNSDGTargets.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"codeUNSDGTargets — codeUNSDGTargets","text":"","code":"{ knitr::kable(head(codeUNSDGTargets, 10)) } #> #> #> |code |name |description |category |url |status | #> |:----|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------|:--------|:---|:------| #> |1.1 |By 2030, eradicate extreme poverty for all people everywhere, currently measured as people living on less than $1.25 a day |NA |NA |NA |active | #> |1.2 |By 2030, reduce at least by half the proportion of men, women and children of all ages living in poverty in all its dimensions according to national definitions |NA |NA |NA |active | #> |1.3 |Implement nationally appropriate social protection systems and measures for all, including floors, and by 2030 achieve substantial coverage of the poor and the vulnerable |NA |NA |NA |active | #> |1.4 |By 2030, ensure that all men and women, in particular the poor and the vulnerable, have equal rights to economic resources, as well as access to basic services, ownership and control over land and other forms of property, inheritance, natural resources, appropriate new technology and financial services, including microfinance |NA |NA |NA |active | #> |1.5 |By 2030, build the resilience of the poor and those in vulnerable situations and reduce their exposure and vulnerability to climate-related extreme events and other economic, social and environmental shocks and disasters |NA |NA |NA |active | #> |1.a |Ensure significant mobilization of resources from a variety of sources, including through enhanced development cooperation, in order to provide adequate and predictable means for developing countries, in particular least developed countries, to implement programmes and policies to end poverty in all its dimensions |NA |NA |NA |active | #> |1.b |Create sound policy frameworks at the national, regional and international levels, based on pro-poor and gender-sensitive development strategies, to support accelerated investment in poverty eradication actions |NA |NA |NA |active | #> |2.1 |By 2030, end hunger and ensure access by all people, in particular the poor and people in vulnerable situations, including infants, to safe, nutritious and sufficient food all year round |NA |NA |NA |active | #> |2.2 |By 2030, end all forms of malnutrition, including achieving, by 2025, the internationally agreed targets on stunting and wasting in children under 5 years of age, and address the nutritional needs of adolescent girls, pregnant and lactating women and older persons |NA |NA |NA |active | #> |2.3 |By 2030, double the agricultural productivity and incomes of small-scale food producers, in particular women, indigenous peoples, family farmers, pastoralists and fishers, including through secure and equal access to land, other productive resources and inputs, knowledge, financial services, markets and opportunities for value addition and non-farm employment |NA |NA |NA |active |"},{"path":"/reference/dataActivity.html","id":null,"dir":"Reference","previous_headings":"","what":"dataActivity — dataActivity","title":"dataActivity — dataActivity","text":"Records activities since UNHCR Programme 2016 IATI format","code":""},{"path":"/reference/dataActivity.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"dataActivity — dataActivity","text":"","code":"dataActivity"},{"path":"/reference/dataActivity.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"dataActivity — dataActivity","text":"data frame 825 rows 45 variables: iati_identifier character globally unique identifier activity. reporting_org character organisation issuing report. May primary source (reporting activity donor, implementing agency, etc) secondary source (reporting activities another organisation). reporting_org_ref character Machine-readable identification string organisation issuing report. Must format RegistrationAgency-RegistrationNumber RegistrationAgency valid code Organisation Registration Agency code list RegistrationNumber valid identifier issued RegistrationAgency. reporting_org_type character type organisation issuing report. See IATI codelist values. reporting_org_secondary_reporter logical flag indicating reporting organisation activity acting secondary reporter. secondary reporter one reproduces data activities organisation directly responsible. include publisher officially assigned proxy report behalf another. title_eng character short, human-readable title contains meaningful summary activity. English title_fr character short, human-readable title contains meaningful summary activity. French title_es character short, human-readable title contains meaningful summary activity. Spanish title_zh character short, human-readable title contains meaningful summary activity. Chinese title_ru character short, human-readable title contains meaningful summary activity. Russian title_ar character short, human-readable title contains meaningful summary activity. Arabic description_type_1 character type description provided. required one general description activity reported. description_eng_1 character Description type 1 - English descriptionv_fr_1 character Description type 1 - French description_type_2 character COLUMN_DESCRIPTION description_eng_2 character COLUMN_DESCRIPTION descriptionv_fr_2 character COLUMN_DESCRIPTION activity_status_code double COLUMN_DESCRIPTION activity_date_1 date COLUMN_DESCRIPTION activity_date_type_1 double COLUMN_DESCRIPTION activity_date_2 date COLUMN_DESCRIPTION activity_date_type_2 double COLUMN_DESCRIPTION activity_date_3 date COLUMN_DESCRIPTION activity_date_type_3 double COLUMN_DESCRIPTION activity_date_4 date COLUMN_DESCRIPTION activity_date_type_4 double COLUMN_DESCRIPTION contact_info_type character COLUMN_DESCRIPTION contact_info_org character COLUMN_DESCRIPTION contact_info_email character COLUMN_DESCRIPTION contact_info_website character COLUMN_DESCRIPTION contact_info_mailing_address character COLUMN_DESCRIPTION activity_scope_code double activity_scope_code recipient_country_code character recipient_country_code alpha 2 letters recipient_country_pct logical percentage activity recipoent country recipient_country logical COLUMN_DESCRIPTION recipient_region_code double COLUMN_DESCRIPTION recipient_region_vocabulary double COLUMN_DESCRIPTION recipient_region_vocabulary_url character COLUMN_DESCRIPTION recipient_region_pct logical COLUMN_DESCRIPTION recipient_region character recipient_region collaboration_type_code double type collaboration involved activity’s disbursements, e.g. “bilateral” “multilateral”. default_flow_type_code double COLUMN_DESCRIPTION default_finance_type_code double COLUMN_DESCRIPTION default_tied_status_code double COLUMN_DESCRIPTION capital_spend double capital_spend year character iati id year iati_identifier_reg_ops character iati_identifier_reg_ops is_operation logical UNHCR Field Operation programmme character ID programme region programmme_lab character label programme region iati_identifier_ops character Operation identifier iso3c character iso 3 character country ops_type character type operation single country operation ctr_name character countyr name unhcr_region character unhcr region reporting_org_type_name character reporting_org_type_name reporting_org_type_description character reporting_org_type_description activity_status_name character activity_status_name activity_status_description character activity_status_description activity_scope_name character activity_scope_name activity_scope_description character activity_scope_description collaboration_type_name character collaboration_type_name collaboration_type_description character collaboration_type_description","code":""},{"path":"/reference/dataActivity.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"dataActivity — dataActivity","text":"https://iatistandard.org/en/iati-standard/203/activity-standard/iati-activities/iati-activity/","code":""},{"path":"/reference/dataActivity.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"dataActivity — dataActivity","text":"","code":"{ knitr::kable(head(dataActivity, 10)) } #> #> #> |iati_identifier |reporting_org |reporting_org_ref | reporting_org_type|reporting_org_secondary_reporter |title_eng |title_fr |title_es |title_zh |title_ru |title_ar | description_type_1|description_eng_1 |descriptionv_fr_1 | description_type_2|description_eng_2 |descriptionv_fr_2 | activity_status_code|activity_date_1 | activity_date_type_1|activity_date_2 | activity_date_type_2|activity_date_3 | activity_date_type_3|activity_date_4 | activity_date_type_4|contact_info_type |contact_info_org |contact_info_email |contact_info_website |contact_info_mailing_address | activity_scope_code|recipient_country_code |recipient_country_pct |recipient_country | recipient_region_code| recipient_region_vocabulary|recipient_region_vocabulary_url |recipient_region_pct |recipient_region | collaboration_type_code| default_flow_type_code| default_finance_type_code| default_tied_status_code| capital_spend|year |iati_identifier_reg_ops |is_operation |programmme |programmme_lab |iati_identifier_ops |iso3c |ops_type |ctr_name |unhcr_region |reporting_org_type_name |reporting_org_type_description |activity_status_name |activity_status_description |activity_scope_name |activity_scope_description |collaboration_type_name |collaboration_type_description | #> |:-------------------------|:-----------------------------------------------------|:-----------------|------------------:|:--------------------------------|:-----------------------------------------------------------|:--------------------------------------------------------------|:--------|:--------|:--------|:--------|------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------:|:---------------|--------------------:|:---------------|--------------------:|:---------------|--------------------:|:---------------|--------------------:|:-----------------|:-----------------------------------------------------|:------------------|:---------------------|:-------------------------------------------------|-------------------:|:----------------------|:---------------------|:-----------------|---------------------:|---------------------------:|:---------------------------------------|:--------------------|:----------------------------|-----------------------:|----------------------:|-------------------------:|------------------------:|-------------:|:----|:-----------------------|:------------|:----------|:----------------------------|:-------------------|:-----|:--------|:------------|:-----------------------|:-----------------------|:------------------------------|:--------------------|:----------------------------------------------------------------------|:-------------------|:--------------------------------------------|:-----------------------|:------------------------------| #> |XM-DAC-41121-2016 |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR - The UN Refugee Agency (2016) |UNHCR - L'Agence des Nations Unies pour les réfugiés (2016) |NA |NA |NA |NA | 1|This is the overall activity for 2016 UNHCR operations. |Celle-ci est l'activité globale des opérations du HCR en 2016. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-12-31 | 4|2016-01-01 | 2|2016-01-01 | 1|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 1|NA |NA |NA | 1| 2|NA |NA |World | 4| 10| 110| 5| 0|2016 | |FALSE | | | | | |NA |NA |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |Global |The activity scope is global |Multilateral outflows |NA | #> |XM-DAC-41121-2016-AFR |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in Africa (2016) |Opérations du HCR en Afrique (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in Africa for 2016 including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR en Afrique pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-01-01 | 2|2016-12-31 | 3|2016-12-31 | 4|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |Africa | 4| 10| 110| 5| 0|2016 |AFR |FALSE |AFR |Africa | | | |NA |NA |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |Regional |The activity scope is a supranational region |Multilateral outflows |NA | #> |XM-DAC-41121-2016-AME |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in the Americas (2016) |Opérations du HCR dans les Amériques (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in the Americas for 2016 including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR dans les Amériques pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-01-01 | 2|2016-12-31 | 3|2016-12-31 | 4|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |The Americas | 4| 10| 110| 5| 0|2016 |AME |FALSE |AME |The Americas | | | |NA |NA |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |Regional |The activity scope is a supranational region |Multilateral outflows |NA | #> |XM-DAC-41121-2016-ASO |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in Asia and the Pacific (2016) |Opérations du HCR en Asie et dans le Pacifique (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in Asia and the Pacific for 2016 including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR en Asie et dans le Pacifique pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-12-31 | 4|2016-01-01 | 1|2016-12-31 | 3|2016-01-01 | 2|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |Asia and the Pacific | 4| 10| 110| 5| 0|2016 |ASO |FALSE |ASO |Asia and the Pacific | | | |NA |NA |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |Regional |The activity scope is a supranational region |Multilateral outflows |NA | #> |XM-DAC-41121-2016-EUR |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in Europe (2016) |Opérations du HCR en Europe (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in Europe for 2016 including including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR en Europe pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 2|2016-12-31 | 4|2016-01-01 | 1|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |Europe | 4| 10| 110| 5| 0|2016 |EUR |FALSE |EUR |Europe | | | |NA |NA |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |Regional |The activity scope is a supranational region |Multilateral outflows |NA | #> |XM-DAC-41121-2016-MENA |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR operations in the Middle East and North Africa (2016) |Opérations du HCR au Moyen-Orient et au Afrique du Nord (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operations in the Middle East and North Africa for 2016 including broadly earmarked contributions. |Cette activité montre les détails des opérations du HCR au Moyen-Orient et au Afrique du Nord pour 2016, y compris les financements affectés au niveau régional. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-12-31 | 4|2016-01-01 | 2|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 2|NA |NA |NA | NA| 99|http://www.unhcr.org/where-we-work.html |NA |Middle East and North Africa | 4| 10| 110| 5| 0|2016 |MENA |FALSE |MENA |Middle East and North Africa | | | |NA |NA |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |Regional |The activity scope is a supranational region |Multilateral outflows |NA | #> |XM-DAC-41121-2016-AFR-AGO |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR Operation in Angola (2016) |L'opération du HCR en Angola (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operation in Angola for 2016 including the budget, funding, expenditure and results. |Cette activité montre les détails de l'opération du HCR en Angola pour 2016, y compris le budget, les financements, les dépenses et les résultats. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-12-31 | 4|2016-01-01 | 2|2016-01-01 | 1|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 4|AO |NA |NA | NA| NA|NA |NA |NA | 4| 10| 110| 5| 0|2016 |AFR-AGO |TRUE |AFR |Africa |AGO |AGO | |Angola |Southern Africa |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |National |The activity scope covers one country |Multilateral outflows |NA | #> |XM-DAC-41121-2016-AFR-BDI |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR Operation in Burundi (2016) |L'opération du HCR au Burundi (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operation in Burundi for 2016 including the budget, funding, expenditure and results. |Cette activité montre les détails de l'opération du HCR au Burundi pour 2016, y compris le budget, les financements, les dépenses et les résultats. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-12-31 | 4|2016-01-01 | 2|2016-12-31 | 3|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 4|BI |NA |NA | NA| NA|NA |NA |NA | 4| 10| 110| 5| 0|2016 |AFR-BDI |TRUE |AFR |Africa |BDI |BDI | |Burundi |East and Horn of Africa |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |National |The activity scope covers one country |Multilateral outflows |NA | #> |XM-DAC-41121-2016-AFR-BFA |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR Operation in Burkina Faso (2016) |L'opération du HCR au Burkina Faso (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operation in Burkina Faso for 2016 including the budget, funding, expenditure and results. |Cette activité montre les détails de l'opération du HCR au Burkina Faso pour 2016, y compris le budget, les financements, les dépenses et les résultats. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-12-31 | 4|2016-12-31 | 3|2016-01-01 | 2|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 4|BF |NA |NA | NA| NA|NA |NA |NA | 4| 10| 110| 5| 0|2016 |AFR-BFA |TRUE |AFR |Africa |BFA |BFA | |Burkina Faso |West and Central Africa |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |National |The activity scope covers one country |Multilateral outflows |NA | #> |XM-DAC-41121-2016-AFR-BWA |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40|NA |UNHCR Operation in Botswana (2016) |L'opération du HCR au Botswana (2016) |NA |NA |NA |NA | 1|This activity shows details of the UNHCR operation in Botswana for 2016 including the budget, funding, expenditure and results. |Cette activité montre les détails de l'opération du HCR au Botswana pour 2016, y compris le budget, les financements, les dépenses et les résultats. | 3|UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. |Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. | 4|2016-01-01 | 1|2016-01-01 | 2|2016-12-31 | 3|2016-12-31 | 4|1 |United Nations High Commissioner for Refugees (UNHCR) |IATI@unhcr.org |http://www.unhcr.org/ |Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse | 4|BW |NA |NA | NA| NA|NA |NA |NA | 4| 10| 110| 5| 0|2016 |AFR-BWA |TRUE |AFR |Africa |BWA |BWA | |Botswana |Southern Africa |Multilateral |NA |Closed |Physical activity is complete or the final disbursement has been made. |National |The activity scope covers one country |Multilateral outflows |NA |"},{"path":"/reference/dataBudget.html","id":null,"dir":"Reference","previous_headings":"","what":"dataBudget — dataBudget","title":"dataBudget — dataBudget","text":"Display budget operation","code":""},{"path":"/reference/dataBudget.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"dataBudget — dataBudget","text":"","code":"dataBudget"},{"path":[]},{"path":"/reference/dataBudget.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"dataBudget — dataBudget","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataBudget.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"dataBudget — dataBudget","text":"","code":"{ knitr::kable(head(dataBudget, 10)) } #> #> #> |iati_identifier | budget_type| budget_status|budget_period_start |budget_period_end |budget_currency |budget_value_date |budget_value |budget_type_name |budget_type_description |budget_status_name |budget_status_description | #> |:---------------------------|-----------:|-------------:|:-------------------|:-----------------|:---------------|:-----------------|:------------|:----------------|:-----------------------|:------------------|:-------------------------| #> |XM-DAC-41121-2016-AFR-AGO | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |3721489.92 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-BDI | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |34538841.62 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-BFA | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |21679175.82 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-BWA | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |3333214.59 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-CAF | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |57558703.669 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-CIV | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |30785019.55 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-CMR | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |98624602.509 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-CODRO | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |209710336.16 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-COG | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |32000000.31 |NA |NA |NA |NA | #> |XM-DAC-41121-2016-AFR-DJI | NA| NA|2016-01-01 |2016-12-31 |USD |2017-06-15 |31987830.36 |NA |NA |NA |NA |"},{"path":"/reference/dataDefault_aid_type.html","id":null,"dir":"Reference","previous_headings":"","what":"dataDefault_aid_type — dataDefault_aid_type","title":"dataDefault_aid_type — dataDefault_aid_type","text":"Default_aid_type","code":""},{"path":"/reference/dataDefault_aid_type.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"dataDefault_aid_type — dataDefault_aid_type","text":"","code":"dataDefault_aid_type"},{"path":"/reference/dataDefault_aid_type.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"dataDefault_aid_type — dataDefault_aid_type","text":"data frame iati_identifier character globally unique identifier activity. default_aid_type_code character aid_type_code default_aid_type_vocabulary logical aid_type_vocabulary","code":""},{"path":"/reference/dataDefault_aid_type.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"dataDefault_aid_type — dataDefault_aid_type","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataDefault_aid_type.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"dataDefault_aid_type — dataDefault_aid_type","text":"","code":"{ knitr::kable(head(dataDefault_aid_type, 10)) } #> #> #> |iati_identifier |default_aid_type_code |default_aid_type_vocabulary | #> |:-------------------------|:---------------------|:---------------------------| #> |XM-DAC-41121-2016 |B02 |NA | #> |XM-DAC-41121-2016-AFR |B02 |NA | #> |XM-DAC-41121-2016-AME |B02 |NA | #> |XM-DAC-41121-2016-ASO |B02 |NA | #> |XM-DAC-41121-2016-EUR |B02 |NA | #> |XM-DAC-41121-2016-MENA |B02 |NA | #> |XM-DAC-41121-2016-AFR-AGO |B02 |NA | #> |XM-DAC-41121-2016-AFR-BDI |B02 |NA | #> |XM-DAC-41121-2016-AFR-BFA |B02 |NA | #> |XM-DAC-41121-2016-AFR-BWA |B02 |NA |"},{"path":"/reference/dataDocument_link.html","id":null,"dir":"Reference","previous_headings":"","what":"dataDocument_link — dataDocument_link","title":"dataDocument_link — dataDocument_link","text":"Links additional documents relation programme","code":""},{"path":"/reference/dataDocument_link.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"dataDocument_link — dataDocument_link","text":"","code":"dataDocument_link"},{"path":"/reference/dataDocument_link.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"dataDocument_link — dataDocument_link","text":"data frame 4722 rows 7 variables: iati_identifier character globally unique identifier activity. document_url character document_url document_format character COLUMN_DESCRIPTION document_title character COLUMN_DESCRIPTION document_category_code character COLUMN_DESCRIPTION document_language_code character COLUMN_DESCRIPTION document_date character COLUMN_DESCRIPTION","code":""},{"path":"/reference/dataDocument_link.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"dataDocument_link — dataDocument_link","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataDocument_link.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"dataDocument_link — dataDocument_link","text":"","code":"{ knitr::kable(head(dataDocument_link, 10)) } #> #> #> |iati_identifier |document_url |document_format |document_title |document_category_code |document_language_code |document_date | #> |:-----------------|:---------------------------------------------------------------------------------------------|:---------------|:------------------------------------------------------------------------|:----------------------|:----------------------|:-------------| #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/sites/default/files/gr2016/pdf/Book_GR_2016_ENGLISH_complete.pdf |application/pdf |UNHCR Global Report 2016 |B01 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/18991 |text/html |Use of Unearmarked Funding in 2016 |B01 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/sites/default/files/gr2016/pdf/fr/Book_GR_2016_FRENCH_Complete.pdf |application/pdf |UNHCR Rapport Global 2016 |B01 |fr |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/15495 |text/html |Emerging Resettlement Countries Joint Support Mechanism (ERCM) |B02 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/15535 |text/html |Multi-Year Pilots Promoting Solutions 2016-2019 |B02 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://www.unhcr.org/ga16/index.xml |text/html |UNHCR Global Appeal 2016-2017 |B02 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://www.unhcr.org/fr/ga16/index.xml |text/html |UNHCR Appel Global 2016-2017 |B02 |fr |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/16975 |text/html |2006 - 2015 Ten Years of Reforms |B09 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/16934 |text/html |#Ibelong Campaign to End Statelessness Special Appeal |B12 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/14017 |text/html |Building Resilience and Solutions for Afghan refugees in South-West Asia |B12 |en |2020-02-16 |"},{"path":"/reference/dataHumanitarian_scope.html","id":null,"dir":"Reference","previous_headings":"","what":"dataHumanitarian_scope — dataHumanitarian_scope","title":"dataHumanitarian_scope — dataHumanitarian_scope","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/dataHumanitarian_scope.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"dataHumanitarian_scope — dataHumanitarian_scope","text":"","code":"dataHumanitarian_scope"},{"path":"/reference/dataHumanitarian_scope.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"dataHumanitarian_scope — dataHumanitarian_scope","text":"data frame 1578 rows 8 variables: iati_identifier character globally unique identifier activity. humanitarian_scope_type character COLUMN_DESCRIPTION humanitarian_scope_vocabulary character COLUMN_DESCRIPTION humanitarian_scope_vocabulary_uri character COLUMN_DESCRIPTION humanitarian_scope_code character COLUMN_DESCRIPTION humanitarian_scope_pct logical COLUMN_DESCRIPTION humanitarian_scope_desc_eng character COLUMN_DESCRIPTION humanitarian_scope_desc_fr character COLUMN_DESCRIPTION","code":""},{"path":"/reference/dataHumanitarian_scope.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"dataHumanitarian_scope — dataHumanitarian_scope","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataHumanitarian_scope.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"dataHumanitarian_scope — dataHumanitarian_scope","text":"","code":"{ knitr::kable(head(dataHumanitarian_scope, 10)) } #> #> #> |iati_identifier |humanitarian_scope_type |humanitarian_scope_vocabulary |humanitarian_scope_vocabulary_uri |humanitarian_scope_code |humanitarian_scope_pct |humanitarian_scope_desc_eng |humanitarian_scope_desc_fr | #> |:-------------------------|:-----------------------|:-----------------------------|:---------------------------------------|:--------------------------|:----------------------|:-----------------------------------------------------------------------|:--------------------------| #> |XM-DAC-41121-2016 |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-AFR |2 |99 |http://reporting.unhcr.org/node/15206 |BURUNDI-SITUATION-2016 |NA |BURUNDI SITUATION Supplementary Appeal January - December 2016 |NA | #> |XM-DAC-41121-2016-AFR |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-AFR |2 |99 |http://reporting.unhcr.org/node/20748 |SOUTH-SUDAN-SITUATION-2016 |NA |SOUTH SUDAN SITUATION Supplementary Appeal January - December 2016 |NA | #> |XM-DAC-41121-2016-AME |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-AME |2 |99 |http://reporting.unhcr.org/node/13944 |NTCA-SITUATION-2016 |NA |Regional Response to the Northern Triangle of Central America Situation |NA | #> |XM-DAC-41121-2016-ASO |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-EUR |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-MENA |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-AFR-AGO |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 |"},{"path":"/reference/dataLocation.html","id":null,"dir":"Reference","previous_headings":"","what":"dataLocation — dataLocation","title":"dataLocation — dataLocation","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/dataLocation.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"dataLocation — dataLocation","text":"","code":"dataLocation"},{"path":"/reference/dataLocation.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"dataLocation — dataLocation","text":"data frame iati_identifier character globally unique identifier activity. location_ref character COLUMN_DESCRIPTION location_reach character COLUMN_DESCRIPTION location_id_vocabulary logical COLUMN_DESCRIPTION location_id_code logical COLUMN_DESCRIPTION location_name character COLUMN_DESCRIPTION location_activity_descr logical COLUMN_DESCRIPTION location_adm_vocabulary logical COLUMN_DESCRIPTION location_adm_level logical COLUMN_DESCRIPTION location_adm_code logical COLUMN_DESCRIPTION location_lat character COLUMN_DESCRIPTION location_long character COLUMN_DESCRIPTION location_exactness_code character COLUMN_DESCRIPTION location_class_code character COLUMN_DESCRIPTION location_feature_designation_code logical COLUMN_DESCRIPTION","code":""},{"path":"/reference/dataLocation.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"dataLocation — dataLocation","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataLocation.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"dataLocation — dataLocation","text":"","code":"{ knitr::kable(head(dataLocation, 10)) } #> #> #> |iati_identifier |location_ref |location_reach |location_id_vocabulary |location_id_code |location_name |location_activity_descr |location_adm_vocabulary |location_adm_level |location_adm_code |location_lat |location_long |location_exactness_code |location_class_code |location_feature_designation_code | #> |:-------------------------|:------------|:--------------|:----------------------|:----------------|:-------------|:-----------------------|:-----------------------|:------------------|:-----------------|:------------|:-------------|:-----------------------|:-------------------|:---------------------------------| #> |XM-DAC-41121-2016 |CHEP000332 |1 |NA |NA |HQ Geneva |NA |NA |NA |NA |46.2204 |6.1412 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR |SENP000307 |1 |NA |NA |Dakar |NA |NA |NA |NA |14.7297 |-17.4638 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR |KENP000579 |1 |NA |NA |Nairobi |NA |NA |NA |NA |-1.2283 |36.7613 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR |ZAFP000279 |1 |NA |NA |Pretoria |NA |NA |NA |NA |-25.73 |28.217 |1 |3 |NA | #> |XM-DAC-41121-2016-AME |PANP000747 |1 |NA |NA |Panamá |NA |NA |NA |NA |9.0029 |-79.5172 |1 |3 |NA | #> |XM-DAC-41121-2016-ASO |THAP000346 |1 |NA |NA |Bangkok |NA |NA |NA |NA |13.7438 |100.5479 |1 |3 |NA | #> |XM-DAC-41121-2016-EUR |CHEP000332 |1 |NA |NA |Geneva |NA |NA |NA |NA |46.2204 |6.1412 |1 |3 |NA | #> |XM-DAC-41121-2016-MENA |JORP000901 |1 |NA |NA |Amman |NA |NA |NA |NA |31.9648 |35.842 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR-AGO |AGOp000026 |1 |NA |NA |Dundo |NA |NA |NA |NA |-7.35 |20.8217 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR-AGO |AGOp000019 |1 |NA |NA |Luanda |NA |NA |NA |NA |-8.8299 |13.233 |1 |3 |NA |"},{"path":"/reference/dataParticipating_org.html","id":null,"dir":"Reference","previous_headings":"","what":"participating_org — dataParticipating_org","title":"participating_org — dataParticipating_org","text":"organisation involved activity. May donor, fund, agency, etc. Specifying ref identifier strongly recommended. May contain organisation name narrative. reporting organisation plays role activity repeated . One organisation may play one role (eg, funding implementing): case role reported name organisation repeated.","code":""},{"path":"/reference/dataParticipating_org.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"participating_org — dataParticipating_org","text":"","code":"dataParticipating_org"},{"path":"/reference/dataParticipating_org.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"participating_org — dataParticipating_org","text":"data frame iati_identifier character globally unique identifier activity. participating_org_eng character COLUMN_DESCRIPTION participating_org_ref character Machine-readable identification string organisation issuing report. Must format RegistrationAgency-RegistrationNumber RegistrationAgency valid code Organisation Registration Agency code list RegistrationNumber valid identifier issued RegistrationAgency. present narrative MUST contain name organisation. participating_org_type double type organisation issuing report. See IATI codelist codeOrganisationType values. participating_org_role double IATI code describing organisation’s role activity (donor, agency, etc.). see codeOrganisationRole participating_org_activity_id logical valid activity identifier published participating organisation points activity published IATI describes role activity. participating_org_crs_channel_code logical CRS++ Reporting Directives code identifies implementing agency. Codes ending ‘00’ generic similar OrganisationType code. participating_org_type_name character COLUMN_DESCRIPTION participating_org_type_description character COLUMN_DESCRIPTION participating_org_role_name character COLUMN_DESCRIPTION participating_org_role_description character COLUMN_DESCRIPTION","code":""},{"path":"/reference/dataParticipating_org.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"participating_org — dataParticipating_org","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataParticipating_org.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"participating_org — dataParticipating_org","text":"","code":"{ knitr::kable(head(dataParticipating_org, 10)) } #> #> #> |iati_identifier |participating_org_eng |participating_org_ref | participating_org_type| participating_org_role|participating_org_activity_id |participating_org_crs_channel_code |participating_org_type_name |participating_org_type_description |participating_org_role_name |participating_org_role_description | #> |:-----------------|:-----------------------------------------------------|:---------------------|----------------------:|----------------------:|:-----------------------------|:----------------------------------|:---------------------------|:----------------------------------|:---------------------------|:--------------------------------------------------------------------------| #> |XM-DAC-41121-2016 |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40| 4|NA |NA |Multilateral |NA |Implementing |The organisation that physically carries out the activity or intervention. | #> |XM-DAC-41121-2016 |Australia for UNHCR |NA | 22| 1|NA |NA |National NGO |NA |Funding |The government or organisation which provides funds to the activity. | #> |XM-DAC-41121-2016 |España con ACNUR |NA | 22| 1|NA |NA |National NGO |NA |Funding |The government or organisation which provides funds to the activity. | #> |XM-DAC-41121-2016 |Japan for UNHCR |NA | 22| 1|NA |NA |National NGO |NA |Funding |The government or organisation which provides funds to the activity. | #> |XM-DAC-41121-2016 |Sweden for UNHCR |NA | 22| 1|NA |NA |National NGO |NA |Funding |The government or organisation which provides funds to the activity. | #> |XM-DAC-41121-2016 |UNO-Flüchtlingshilfe |NA | 22| 1|NA |NA |National NGO |NA |Funding |The government or organisation which provides funds to the activity. | #> |XM-DAC-41121-2016 |USA for UNHCR |NA | 22| 1|NA |NA |National NGO |NA |Funding |The government or organisation which provides funds to the activity. | #> |XM-DAC-41121-2016 |Government of Kuwait |NA | 10| 1|NA |NA |Government |NA |Funding |The government or organisation which provides funds to the activity. | #> |XM-DAC-41121-2016 |Government of Portugal |NA | 10| 1|NA |NA |Government |NA |Funding |The government or organisation which provides funds to the activity. | #> |XM-DAC-41121-2016 |Government of France |NA | 10| 1|NA |NA |Government |NA |Funding |The government or organisation which provides funds to the activity. |"},{"path":"/reference/dataRelated_activity.html","id":null,"dir":"Reference","previous_headings":"","what":"dataRelated_activity — dataRelated_activity","title":"dataRelated_activity — dataRelated_activity","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/dataRelated_activity.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"dataRelated_activity — dataRelated_activity","text":"","code":"dataRelated_activity"},{"path":"/reference/dataRelated_activity.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"dataRelated_activity — dataRelated_activity","text":"data frame iati_identifier character globally unique identifier activity. related_activity_ref character COLUMN_DESCRIPTION related_activity_type character COLUMN_DESCRIPTION","code":""},{"path":"/reference/dataRelated_activity.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"dataRelated_activity — dataRelated_activity","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataRelated_activity.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"dataRelated_activity — dataRelated_activity","text":"","code":"{ knitr::kable(head(dataRelated_activity, 10)) } #> #> #> |iati_identifier |related_activity_ref |related_activity_type | #> |:---------------------|:----------------------------|:---------------------| #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-AFR |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-AME |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-ASO |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-EUR |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-GLOBALPROG |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-HQ |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-JPO |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-MENA |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2017 |3 | #> |XM-DAC-41121-2016-AFR |XM-DAC-41121-2016 |1 |"},{"path":"/reference/dataResult.html","id":null,"dir":"Reference","previous_headings":"","what":"dataResult — dataResult","title":"dataResult — dataResult","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/dataResult.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"dataResult — dataResult","text":"","code":"dataResult"},{"path":"/reference/dataResult.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"dataResult — dataResult","text":"data frame iati_identifier character globally unique identifier activity. result_type double COLUMN_DESCRIPTION result_title character COLUMN_DESCRIPTION result_indicator_title character COLUMN_DESCRIPTION result_indicator_measure double COLUMN_DESCRIPTION result_indicator_aggregation_status character COLUMN_DESCRIPTION result_indicator_ascending character COLUMN_DESCRIPTION result_indicator_reference_code logical COLUMN_DESCRIPTION result_indicator_reference_uri logical COLUMN_DESCRIPTION result_indicator_reference_vocabulary logical COLUMN_DESCRIPTION result_indicator_baseline_location_ref character COLUMN_DESCRIPTION result_indicator_baseline_value character COLUMN_DESCRIPTION result_indicator_baseline_year character COLUMN_DESCRIPTION result_indicator_baseline_date logical COLUMN_DESCRIPTION result_indicator_baseline_dimension_1 character COLUMN_DESCRIPTION result_indicator_baseline_dimension_value_1 character COLUMN_DESCRIPTION result_indicator_baseline_dimension_2 character COLUMN_DESCRIPTION result_indicator_baseline_dimension_value_2 character COLUMN_DESCRIPTION result_indicator_period_start character COLUMN_DESCRIPTION result_indicator_period_end character COLUMN_DESCRIPTION result_indicator_target_value character COLUMN_DESCRIPTION result_indicator_target_location_ref character COLUMN_DESCRIPTION result_indicator_target_dimension_1 character COLUMN_DESCRIPTION result_indicator_target_value_1 character COLUMN_DESCRIPTION result_indicator_target_dimension_2 character COLUMN_DESCRIPTION result_indicator_target_value_2 character COLUMN_DESCRIPTION result_indicator_actual_value character COLUMN_DESCRIPTION result_indicator_actual_location_ref character COLUMN_DESCRIPTION result_indicator_actual_dimension_1 character COLUMN_DESCRIPTION result_indicator_actual_value_1 character COLUMN_DESCRIPTION result_indicator_actual_dimension_2 character COLUMN_DESCRIPTION result_indicator_actual_value_2 character COLUMN_DESCRIPTION result_type_name character COLUMN_DESCRIPTION result_type_description character COLUMN_DESCRIPTION indicator_measure_name character COLUMN_DESCRIPTION indicator_measure_description character COLUMN_DESCRIPTION","code":""},{"path":"/reference/dataResult.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"dataResult — dataResult","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataResult.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"dataResult — dataResult","text":"","code":"{ knitr::kable(head(dataResult, 10)) } #> #> #> |iati_identifier | result_type|result_title |result_indicator_title | result_indicator_measure|result_indicator_aggregation_status |result_indicator_ascending |result_indicator_reference_code |result_indicator_reference_uri |result_indicator_reference_vocabulary |result_indicator_baseline_location_ref |result_indicator_baseline_value |result_indicator_baseline_year |result_indicator_baseline_date |result_indicator_baseline_dimension_1 |result_indicator_baseline_dimension_value_1 |result_indicator_baseline_dimension_2 |result_indicator_baseline_dimension_value_2 |result_indicator_period_start |result_indicator_period_end |result_indicator_target_value |result_indicator_target_location_ref |result_indicator_target_dimension_1 |result_indicator_target_value_1 |result_indicator_target_dimension_2 |result_indicator_target_value_2 |result_indicator_actual_value |result_indicator_actual_location_ref |result_indicator_actual_dimension_1 |result_indicator_actual_value_1 |result_indicator_actual_dimension_2 |result_indicator_actual_value_2 |result_type_name |result_type_description |indicator_measure_name |indicator_measure_description | #> |:-------------------------|-----------:|:----------------------------------------|:--------------------------------------------------------------------------------------------------------------------|------------------------:|:-----------------------------------|:--------------------------|:-------------------------------|:------------------------------|:-------------------------------------|:--------------------------------------|:-------------------------------|:------------------------------|:------------------------------|:-------------------------------------|:-------------------------------------------|:-------------------------------------|:-------------------------------------------|:-----------------------------|:---------------------------|:-----------------------------|:------------------------------------|:-----------------------------------|:-------------------------------|:-----------------------------------|:-------------------------------|:-----------------------------|:------------------------------------|:-----------------------------------|:-------------------------------|:-----------------------------------|:-------------------------------|:----------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------|:----------------------------------------| #> |XM-DAC-41121-2016-AFR-AGO | 2|Civil status documentation |% children under 12 months old who have been issued birth certificates by the authorities | 2|NA |NA |NA |NA |NA |Angola |30 |2016 |NA |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |35 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |NA |NA |NA |NA |NA |NA |Outcome |Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme. |Percentage |The indicator is measured in percentages | #> |XM-DAC-41121-2016-AFR-AGO | 2|Community mobilization |% of active female participants in leadership/ management structures | 2|NA |NA |NA |NA |NA |Angola |20 |2016 |NA |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |50 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |25 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |Outcome |Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme. |Percentage |The indicator is measured in percentages | #> |XM-DAC-41121-2016-AFR-AGO | 1|Law and policy |# of advocacy interventions made | 1|NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |2016-01-01 |2016-12-31 |6 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |8 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |Output |Results of the activity that came about as a direct effect of your work and specific, what is done, and what communities are reached. For example, X number of individuals. |Unit |The indicator is measured in units. | #> |XM-DAC-41121-2016-AFR-AGO | 2|Resettlement |% of persons of concern identified in need of resettlement submitted for resettlement | 2|NA |NA |NA |NA |NA |Angola |0 |2016 |NA |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |25 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |9.76 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |Outcome |Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme. |Percentage |The indicator is measured in percentages | #> |XM-DAC-41121-2016-AFR-AGO | 2|SGBV prevention and response |Extent community is active in SGBV prevention and survivor centered protection | 1|NA |NA |NA |NA |NA |Angola |60 |2016 |NA |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |70 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |40 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |Outcome |Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme. |Unit |The indicator is measured in units. | #> |XM-DAC-41121-2016-AFR-AGO | 2|Services for persons with specific needs |% of persons of concern with disabilities who receive services for their specific needs | 2|NA |NA |NA |NA |NA |Angola |46.2 |2016 |NA |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |55 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |15.32 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |Outcome |Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme. |Percentage |The indicator is measured in percentages | #> |XM-DAC-41121-2016-AFR-AGO | 2|Solutions strategy |Extent Comprehensive Solutions strategy identified and agreed | 1|NA |NA |NA |NA |NA |Angola |75 |2016 |NA |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |85 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |65 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |Outcome |Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme. |Unit |The indicator is measured in units. | #> |XM-DAC-41121-2016-AFR-AGO | 2|Status determination |Extent applicants have access to status determination procedure | 1|NA |NA |NA |NA |NA |Angola |20 |2016 |NA |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |35 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |4 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |Outcome |Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme. |Unit |The indicator is measured in units. | #> |XM-DAC-41121-2016-AFR-BDI | 1|Child protection |# of best interests assessments conducted | 1|NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |2016-01-01 |2016-12-31 |430 |Burundi |Population targeted |Refugees and asylum-seekers |Goal |Protection and mixed solutions |471 |Burundi |Population targeted |Refugees and asylum-seekers |Goal |Protection and mixed solutions |Output |Results of the activity that came about as a direct effect of your work and specific, what is done, and what communities are reached. For example, X number of individuals. |Unit |The indicator is measured in units. | #> |XM-DAC-41121-2016-AFR-BDI | 1|Child protection |# of children's committees, groups and other structures that are operational and facilitate children's participation | 1|NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |NA |2016-01-01 |2016-12-31 |11 |Burundi |Population targeted |Refugees and asylum-seekers |Goal |Protection and mixed solutions |16 |Burundi |Population targeted |Refugees and asylum-seekers |Goal |Protection and mixed solutions |Output |Results of the activity that came about as a direct effect of your work and specific, what is done, and what communities are reached. For example, X number of individuals. |Unit |The indicator is measured in units. |"},{"path":"/reference/dataSector.html","id":null,"dir":"Reference","previous_headings":"","what":"sector — dataSector","title":"sector — dataSector","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/dataSector.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"sector — dataSector","text":"","code":"dataSector"},{"path":"/reference/dataSector.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"sector — dataSector","text":"data frame iati_identifier character globally unique identifier activity. sector_vocabulary character COLUMN_DESCRIPTION sector_vocabulary_uri logical COLUMN_DESCRIPTION sector_code character COLUMN_DESCRIPTION sector_pct character COLUMN_DESCRIPTION sector_desc character COLUMN_DESCRIPTION sector_vocabulary_name character COLUMN_DESCRIPTION sector_vocabulary_description character COLUMN_DESCRIPTION","code":""},{"path":"/reference/dataSector.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"sector — dataSector","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/dataSector.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"sector — dataSector","text":"","code":"{ knitr::kable(head(dataSector, 10)) } #> #> #> |iati_identifier | sector_vocabulary|sector_vocabulary_uri |sector_code |sector_pct |sector_desc |sector_vocabulary_name |sector_vocabulary_description | #> |:---------------------|-----------------:|:---------------------|:-----------|:----------|:-----------------------------------------|:------------------------------------|:-----------------------------------------------------------------------------------------------------------------| #> |XM-DAC-41121-2016 | 99|NA |1 |76.93 |Refugee programme |Reporting Organisation |The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity | #> |XM-DAC-41121-2016 | 99|NA |2 |.82 |Stateless programme |Reporting Organisation |The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity | #> |XM-DAC-41121-2016 | 99|NA |3 |3.69 |Reintegration projects |Reporting Organisation |The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity | #> |XM-DAC-41121-2016 | 99|NA |4 |18.56 |Internally Displaced Person projects |Reporting Organisation |The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity | #> |XM-DAC-41121-2016 | 1|NA |72010 |65.52 |Material relief assistance and services |OECD DAC CRS Purpose Codes (5 digit) |The sector reported corresponds to an OECD DAC CRS 5-digit purpose code | #> |XM-DAC-41121-2016 | 1|NA |72011 |6.24 |Basic Health Care Services in Emergencies |OECD DAC CRS Purpose Codes (5 digit) |The sector reported corresponds to an OECD DAC CRS 5-digit purpose code | #> |XM-DAC-41121-2016 | 1|NA |72012 |3.9 |Education in emergencies |OECD DAC CRS Purpose Codes (5 digit) |The sector reported corresponds to an OECD DAC CRS 5-digit purpose code | #> |XM-DAC-41121-2016 | 1|NA |72040 |.91 |Emergency food aid |OECD DAC CRS Purpose Codes (5 digit) |The sector reported corresponds to an OECD DAC CRS 5-digit purpose code | #> |XM-DAC-41121-2016 | 1|NA |72050 |23.43 |Relief co-ordination and support services |OECD DAC CRS Purpose Codes (5 digit) |The sector reported corresponds to an OECD DAC CRS 5-digit purpose code | #> |XM-DAC-41121-2016-AFR | 99|NA |1 |81.64 |Refugee programme |Reporting Organisation |The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity |"},{"path":"/reference/dataTransaction.html","id":null,"dir":"Reference","previous_headings":"","what":"transaction — dataTransaction","title":"transaction — dataTransaction","text":"Transactions recording committed actual funds flowing aid activity.","code":""},{"path":"/reference/dataTransaction.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"transaction — dataTransaction","text":"","code":"dataTransaction"},{"path":"/reference/dataTransaction.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"transaction — dataTransaction","text":"data frame iati_identifier character COLUMN_DESCRIPTION transaction_ref character COLUMN_DESCRIPTION transaction_humanitarian logical COLUMN_DESCRIPTION transaction_type_code double COLUMN_DESCRIPTION transaction_date double COLUMN_DESCRIPTION transaction_value_currency character COLUMN_DESCRIPTION transaction_value_date double COLUMN_DESCRIPTION transaction_value double COLUMN_DESCRIPTION transaction_description character COLUMN_DESCRIPTION transaction_provider_org_type double COLUMN_DESCRIPTION transaction_provider_org_ref character COLUMN_DESCRIPTION transaction_provider_org character COLUMN_DESCRIPTION transaction_aid_type_code_1 character COLUMN_DESCRIPTION transaction_aid_type_vocabulary_1 double COLUMN_DESCRIPTION transaction_aid_type_code_2 character COLUMN_DESCRIPTION transaction_aid_type_vocabulary_2 double COLUMN_DESCRIPTION transaction_value_USD double COLUMN_DESCRIPTION transaction_type_name character COLUMN_DESCRIPTION transaction_type_description character COLUMN_DESCRIPTION provider_org_type_name character COLUMN_DESCRIPTION provider_org_type_description character COLUMN_DESCRIPTION aid_type1_name character COLUMN_DESCRIPTION aid_type1_description character COLUMN_DESCRIPTION earmarking_name character COLUMN_DESCRIPTION earmarking_description character COLUMN_DESCRIPTION aid_type_vocabulary1_name character COLUMN_DESCRIPTION aid_type_vocabulary1_description character COLUMN_DESCRIPTION aid_type_vocabulary2_name character COLUMN_DESCRIPTION aid_type_vocabulary2_description character COLUMN_DESCRIPTION","code":""},{"path":"/reference/dataTransaction.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"transaction — dataTransaction","text":"https://iatistandard.org/en/iati-standard/203/activity-standard/iati-activities/iati-activity/transaction/","code":""},{"path":"/reference/dataTransaction.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"transaction — dataTransaction","text":"","code":"{ knitr::kable(head(dataTransaction, 10)) } #> #> #> |iati_identifier |transaction_ref |transaction_humanitarian | transaction_type_code|transaction_date |transaction_value_currency |transaction_value_date | transaction_value|transaction_description | transaction_provider_org_type|transaction_provider_org_ref |transaction_provider_org |transaction_aid_type_code_1 | transaction_aid_type_vocabulary_1|transaction_aid_type_code_2 | transaction_aid_type_vocabulary_2| transaction_value_USD|transaction_type_name |transaction_type_description |provider_org_type_name |provider_org_type_description |aid_type1_name |aid_type1_description |earmarking_name |earmarking_description |aid_type_vocabulary1_name |aid_type_vocabulary1_description |aid_type_vocabulary2_name |aid_type_vocabulary2_description | #> |:-----------------|:---------------|:------------------------|---------------------:|:----------------|:--------------------------|:----------------------|-----------------:|:----------------------------|-----------------------------:|:----------------------------|:------------------------|:---------------------------|---------------------------------:|:---------------------------|---------------------------------:|---------------------:|:---------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------|:-----------------------------|:---------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------|:-----------------------------------------------------|:-------------------------|:-----------------------------------------------------------------------|:-------------------------|:-----------------------------------------------------------------------------------------------------------| #> |XM-DAC-41121-2016 |65337 |NA | 11|2016-06-30 |USD |2016-06-30 | 995603|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 995603.365|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). |Unearmarked |Any or all of the Earmarking Modality codes A,B or C. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65737 |NA | 11|2016-07-31 |USD |2016-07-31 | 99558|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 99557.520|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). |Unearmarked |Any or all of the Earmarking Modality codes A,B or C. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65228 |NA | 11|2016-04-30 |USD |2016-04-30 | 100|Monthly contribution summary | 70|NA |Private donors |B03 | 1|2 | 2| 99.660|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Contributions to specific-purpose programmes and funds managed by implementing partners |In addition to their core-funded operations, international organisations, NGOs, PPPs and networks, both in provider and in third countries, set up programmes and funds with a specific sectoral, thematic or geographical focus. Donors’ bilateral contributions to such programmes and funds are recorded here. |Softly Earmarked |Any or all of the Earmarking Modality codes D,E or F. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65677 |NA | 11|2016-12-31 |USD |2016-12-31 | 9847|Monthly contribution summary | 70|NA |Private donors |B03 | 1|2 | 2| 9847.020|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Contributions to specific-purpose programmes and funds managed by implementing partners |In addition to their core-funded operations, international organisations, NGOs, PPPs and networks, both in provider and in third countries, set up programmes and funds with a specific sectoral, thematic or geographical focus. Donors’ bilateral contributions to such programmes and funds are recorded here. |Softly Earmarked |Any or all of the Earmarking Modality codes D,E or F. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65476 |NA | 11|2016-08-31 |USD |2016-08-31 | 97088|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 97088.412|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). |Unearmarked |Any or all of the Earmarking Modality codes A,B or C. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65055 |NA | 11|2016-01-31 |USD |2016-01-31 | 960637|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 960637.301|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). |Unearmarked |Any or all of the Earmarking Modality codes A,B or C. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65544 |NA | 11|2016-05-31 |USD |2016-05-31 | 953705|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 953705.310|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). |Unearmarked |Any or all of the Earmarking Modality codes A,B or C. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65461 |NA | 11|2016-08-31 |USD |2016-08-31 | 9492|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 9491.715|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). |Unearmarked |Any or all of the Earmarking Modality codes A,B or C. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65476 |NA | 11|2016-08-31 |USD |2016-08-31 | 9437|Monthly contribution summary | 70|NA |Private donors |B03 | 1|2 | 2| 9437.292|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Contributions to specific-purpose programmes and funds managed by implementing partners |In addition to their core-funded operations, international organisations, NGOs, PPPs and networks, both in provider and in third countries, set up programmes and funds with a specific sectoral, thematic or geographical focus. Donors’ bilateral contributions to such programmes and funds are recorded here. |Softly Earmarked |Any or all of the Earmarking Modality codes D,E or F. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist | #> |XM-DAC-41121-2016 |65387 |NA | 11|2016-07-31 |USD |2016-07-31 | 941500|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 941499.647|Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. |Private Sector |NA |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). |Unearmarked |Any or all of the Earmarking Modality codes A,B or C. |OECD DAC |List of codes provided by the OECD DAC used to distinguish types of aid |Earmarking Category |This vocabulary has been created by IATI and is derived from the Grand Bargain Earmarking Modality codelist |"},{"path":"/reference/default_aid_type.html","id":null,"dir":"Reference","previous_headings":"","what":"DATASET_TITLE — default_aid_type","title":"DATASET_TITLE — default_aid_type","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/default_aid_type.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"DATASET_TITLE — default_aid_type","text":"","code":"default_aid_type"},{"path":"/reference/default_aid_type.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"DATASET_TITLE — default_aid_type","text":"data frame 825 rows 3 variables: iati_identifier character globally unique identifier activity. default_aid_type_code character COLUMN_DESCRIPTION default_aid_type_vocabulary logical COLUMN_DESCRIPTION","code":""},{"path":"/reference/default_aid_type.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"DATASET_TITLE — default_aid_type","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/default_aid_type.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"DATASET_TITLE — default_aid_type","text":"","code":"{ knitr::kable(head(default_aid_type, 10)) } #> #> #> |iati_identifier |default_aid_type_code |default_aid_type_vocabulary | #> |:-------------------------|:---------------------|:---------------------------| #> |XM-DAC-41121-2016 |B02 |NA | #> |XM-DAC-41121-2016-AFR |B02 |NA | #> |XM-DAC-41121-2016-AME |B02 |NA | #> |XM-DAC-41121-2016-ASO |B02 |NA | #> |XM-DAC-41121-2016-EUR |B02 |NA | #> |XM-DAC-41121-2016-MENA |B02 |NA | #> |XM-DAC-41121-2016-AFR-AGO |B02 |NA | #> |XM-DAC-41121-2016-AFR-BDI |B02 |NA | #> |XM-DAC-41121-2016-AFR-BFA |B02 |NA | #> |XM-DAC-41121-2016-AFR-BWA |B02 |NA |"},{"path":"/reference/document_link.html","id":null,"dir":"Reference","previous_headings":"","what":"DATASET_TITLE — document_link","title":"DATASET_TITLE — document_link","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/document_link.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"DATASET_TITLE — document_link","text":"","code":"document_link"},{"path":"/reference/document_link.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"DATASET_TITLE — document_link","text":"data frame 4722 rows 7 variables: iati_identifier character globally unique identifier activity. document_url character COLUMN_DESCRIPTION document_format character COLUMN_DESCRIPTION document_title character COLUMN_DESCRIPTION document_category_code character COLUMN_DESCRIPTION document_language_code character COLUMN_DESCRIPTION document_date character COLUMN_DESCRIPTION","code":""},{"path":"/reference/document_link.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"DATASET_TITLE — document_link","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/document_link.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"DATASET_TITLE — document_link","text":"","code":"{ knitr::kable(head(document_link, 10)) } #> #> #> |iati_identifier |document_url |document_format |document_title |document_category_code |document_language_code |document_date | #> |:-----------------|:---------------------------------------------------------------------------------------------|:---------------|:------------------------------------------------------------------------|:----------------------|:----------------------|:-------------| #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/sites/default/files/gr2016/pdf/Book_GR_2016_ENGLISH_complete.pdf |application/pdf |UNHCR Global Report 2016 |B01 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/18991 |text/html |Use of Unearmarked Funding in 2016 |B01 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/sites/default/files/gr2016/pdf/fr/Book_GR_2016_FRENCH_Complete.pdf |application/pdf |UNHCR Rapport Global 2016 |B01 |fr |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/15495 |text/html |Emerging Resettlement Countries Joint Support Mechanism (ERCM) |B02 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/15535 |text/html |Multi-Year Pilots Promoting Solutions 2016-2019 |B02 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://www.unhcr.org/ga16/index.xml |text/html |UNHCR Global Appeal 2016-2017 |B02 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://www.unhcr.org/fr/ga16/index.xml |text/html |UNHCR Appel Global 2016-2017 |B02 |fr |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/16975 |text/html |2006 - 2015 Ten Years of Reforms |B09 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/16934 |text/html |#Ibelong Campaign to End Statelessness Special Appeal |B12 |en |2020-02-16 | #> |XM-DAC-41121-2016 |http://reporting.unhcr.org/node/14017 |text/html |Building Resilience and Solutions for Afghan refugees in South-West Asia |B12 |en |2020-02-16 |"},{"path":"/reference/humanitarian_scope.html","id":null,"dir":"Reference","previous_headings":"","what":"DATASET_TITLE — humanitarian_scope","title":"DATASET_TITLE — humanitarian_scope","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/humanitarian_scope.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"DATASET_TITLE — humanitarian_scope","text":"","code":"humanitarian_scope"},{"path":"/reference/humanitarian_scope.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"DATASET_TITLE — humanitarian_scope","text":"data frame 1578 rows 8 variables: iati_identifier character globally unique identifier activity. humanitarian_scope_type character COLUMN_DESCRIPTION humanitarian_scope_vocabulary character COLUMN_DESCRIPTION humanitarian_scope_vocabulary_uri character COLUMN_DESCRIPTION humanitarian_scope_code character COLUMN_DESCRIPTION humanitarian_scope_pct logical COLUMN_DESCRIPTION humanitarian_scope_desc_eng character COLUMN_DESCRIPTION humanitarian_scope_desc_fr character COLUMN_DESCRIPTION","code":""},{"path":"/reference/humanitarian_scope.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"DATASET_TITLE — humanitarian_scope","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/humanitarian_scope.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"DATASET_TITLE — humanitarian_scope","text":"","code":"{ knitr::kable(head(humanitarian_scope, 10)) } #> #> #> |iati_identifier |humanitarian_scope_type |humanitarian_scope_vocabulary |humanitarian_scope_vocabulary_uri |humanitarian_scope_code |humanitarian_scope_pct |humanitarian_scope_desc_eng |humanitarian_scope_desc_fr | #> |:-------------------------|:-----------------------|:-----------------------------|:---------------------------------------|:--------------------------|:----------------------|:-----------------------------------------------------------------------|:--------------------------| #> |XM-DAC-41121-2016 |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-AFR |2 |99 |http://reporting.unhcr.org/node/15206 |BURUNDI-SITUATION-2016 |NA |BURUNDI SITUATION Supplementary Appeal January - December 2016 |NA | #> |XM-DAC-41121-2016-AFR |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-AFR |2 |99 |http://reporting.unhcr.org/node/20748 |SOUTH-SUDAN-SITUATION-2016 |NA |SOUTH SUDAN SITUATION Supplementary Appeal January - December 2016 |NA | #> |XM-DAC-41121-2016-AME |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-AME |2 |99 |http://reporting.unhcr.org/node/13944 |NTCA-SITUATION-2016 |NA |Regional Response to the Northern Triangle of Central America Situation |NA | #> |XM-DAC-41121-2016-ASO |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-EUR |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-MENA |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 | #> |XM-DAC-41121-2016-AFR-AGO |2 |99 |http://reporting.unhcr.org/publications |GLOBAL-APPEAL-2016-2017 |NA |Global Appeal 2016-2017 |Appel global 2016-2017 |"},{"path":"/reference/iati-package.html","id":null,"dir":"Reference","previous_headings":"","what":"iati: UNHCR IATI Data Crunching — iati-package","title":"iati: UNHCR IATI Data Crunching — iati-package","text":"package includes UNHCR IATI data organised tabular format together chat library.","code":""},{"path":[]},{"path":"/reference/iati-package.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"iati: UNHCR IATI Data Crunching — iati-package","text":"Maintainer: Edouard Legoupil legoupil@unhcr.org Authors: Matheus Soldi Hardt matheus@unhcr.org Hisham Galal galalh@unhcr.org","code":""},{"path":"/reference/location.html","id":null,"dir":"Reference","previous_headings":"","what":"DATASET_TITLE — location","title":"DATASET_TITLE — location","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/location.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"DATASET_TITLE — location","text":"","code":"location"},{"path":"/reference/location.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"DATASET_TITLE — location","text":"data frame 3664 rows 15 variables: iati_identifier character globally unique identifier activity. location_ref character COLUMN_DESCRIPTION location_reach character COLUMN_DESCRIPTION location_id_vocabulary logical COLUMN_DESCRIPTION location_id_code logical COLUMN_DESCRIPTION location_name character COLUMN_DESCRIPTION location_activity_descr logical COLUMN_DESCRIPTION location_adm_vocabulary logical COLUMN_DESCRIPTION location_adm_level logical COLUMN_DESCRIPTION location_adm_code logical COLUMN_DESCRIPTION location_lat character COLUMN_DESCRIPTION location_long character COLUMN_DESCRIPTION location_exactness_code character COLUMN_DESCRIPTION location_class_code character COLUMN_DESCRIPTION location_feature_designation_code logical COLUMN_DESCRIPTION","code":""},{"path":"/reference/location.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"DATASET_TITLE — location","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/location.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"DATASET_TITLE — location","text":"","code":"{ knitr::kable(head(location, 10)) } #> #> #> |iati_identifier |location_ref |location_reach |location_id_vocabulary |location_id_code |location_name |location_activity_descr |location_adm_vocabulary |location_adm_level |location_adm_code |location_lat |location_long |location_exactness_code |location_class_code |location_feature_designation_code | #> |:-------------------------|:------------|:--------------|:----------------------|:----------------|:-------------|:-----------------------|:-----------------------|:------------------|:-----------------|:------------|:-------------|:-----------------------|:-------------------|:---------------------------------| #> |XM-DAC-41121-2016 |CHEP000332 |1 |NA |NA |HQ Geneva |NA |NA |NA |NA |46.2204 |6.1412 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR |SENP000307 |1 |NA |NA |Dakar |NA |NA |NA |NA |14.7297 |-17.4638 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR |KENP000579 |1 |NA |NA |Nairobi |NA |NA |NA |NA |-1.2283 |36.7613 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR |ZAFP000279 |1 |NA |NA |Pretoria |NA |NA |NA |NA |-25.73 |28.217 |1 |3 |NA | #> |XM-DAC-41121-2016-AME |PANP000747 |1 |NA |NA |Panamá |NA |NA |NA |NA |9.0029 |-79.5172 |1 |3 |NA | #> |XM-DAC-41121-2016-ASO |THAP000346 |1 |NA |NA |Bangkok |NA |NA |NA |NA |13.7438 |100.5479 |1 |3 |NA | #> |XM-DAC-41121-2016-EUR |CHEP000332 |1 |NA |NA |Geneva |NA |NA |NA |NA |46.2204 |6.1412 |1 |3 |NA | #> |XM-DAC-41121-2016-MENA |JORP000901 |1 |NA |NA |Amman |NA |NA |NA |NA |31.9648 |35.842 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR-AGO |AGOp000026 |1 |NA |NA |Dundo |NA |NA |NA |NA |-7.35 |20.8217 |1 |3 |NA | #> |XM-DAC-41121-2016-AFR-AGO |AGOp000019 |1 |NA |NA |Luanda |NA |NA |NA |NA |-8.8299 |13.233 |1 |3 |NA |"},{"path":"/reference/mapping_result.html","id":null,"dir":"Reference","previous_headings":"","what":"mapping_result — mapping_result","title":"mapping_result — mapping_result","text":"Mapping Results UNHCR 2022 RBM Framework","code":""},{"path":"/reference/mapping_result.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"mapping_result — mapping_result","text":"","code":"mapping_result"},{"path":"/reference/mapping_result.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"mapping_result — mapping_result","text":"data frame 107 rows 2 variables: result_title character result_title sector_rbm character sector_rbm","code":""},{"path":"/reference/mapping_result.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"mapping_result — mapping_result","text":"https://www.unhcr.org/--/build-better-futures/compass/","code":""},{"path":"/reference/mapping_sector.html","id":null,"dir":"Reference","previous_headings":"","what":"mapping_sector — mapping_sector","title":"mapping_sector — mapping_sector","text":"Mapping Sector UNHCR 2022 RBM Framework","code":""},{"path":"/reference/mapping_sector.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"mapping_sector — mapping_sector","text":"","code":"mapping_sector"},{"path":"/reference/mapping_sector.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"mapping_sector — mapping_sector","text":"data frame 83 rows 3 variables: sector_desc character COLUMN_DESCRIPTION sector_vocabulary_name character COLUMN_DESCRIPTION sector_rbm character COLUMN_DESCRIPTION","code":""},{"path":"/reference/mapping_sector.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"mapping_sector — mapping_sector","text":"https://www.unhcr.org/--/build-better-futures/compass","code":""},{"path":"/reference/participating_org.html","id":null,"dir":"Reference","previous_headings":"","what":"participating_org — participating_org","title":"participating_org — participating_org","text":"organisation involved activity. May donor, fund, agency, etc. Specifying ref identifier strongly recommended. May contain organisation name narrative. reporting organisation plays role activity repeated . One organisation may play one role (eg, funding implementing): case role reported name organisation repeated.","code":""},{"path":"/reference/participating_org.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"participating_org — participating_org","text":"","code":"participating_org"},{"path":"/reference/participating_org.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"participating_org — participating_org","text":"data frame 13990 rows 7 variables: iati_identifier character globally unique identifier activity. participating_org_eng character COLUMN_DESCRIPTION participating_org_ref character Machine-readable identification string organisation issuing report. Must format RegistrationAgency-RegistrationNumber RegistrationAgency valid code Organisation Registration Agency code list RegistrationNumber valid identifier issued RegistrationAgency. present narrative MUST contain name organisation. participating_org_type double type organisation issuing report. See IATI codelist codeOrganisationType values. participating_org_role double IATI code describing organisation’s role activity (donor, agency, etc.). see codeOrganisationRole participating_org_activity_id logical valid activity identifier published participating organisation points activity published IATI describes role activity. participating_org_crs_channel_code logical CRS++ Reporting Directives code identifies implementing agency. Codes ending ‘00’ generic similar OrganisationType code.","code":""},{"path":"/reference/participating_org.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"participating_org — participating_org","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/participating_org.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"participating_org — participating_org","text":"","code":"{ knitr::kable(head(participating_org, 10)) } #> #> #> |iati_identifier |participating_org_eng |participating_org_ref | participating_org_type| participating_org_role|participating_org_activity_id |participating_org_crs_channel_code | #> |:-----------------|:-----------------------------------------------------|:---------------------|----------------------:|----------------------:|:-----------------------------|:----------------------------------| #> |XM-DAC-41121-2016 |United Nations High Commissioner for Refugees (UNHCR) |XM-DAC-41121 | 40| 4|NA |NA | #> |XM-DAC-41121-2016 |Australia for UNHCR |NA | 22| 1|NA |NA | #> |XM-DAC-41121-2016 |España con ACNUR |NA | 22| 1|NA |NA | #> |XM-DAC-41121-2016 |Japan for UNHCR |NA | 22| 1|NA |NA | #> |XM-DAC-41121-2016 |Sweden for UNHCR |NA | 22| 1|NA |NA | #> |XM-DAC-41121-2016 |UNO-Flüchtlingshilfe |NA | 22| 1|NA |NA | #> |XM-DAC-41121-2016 |USA for UNHCR |NA | 22| 1|NA |NA | #> |XM-DAC-41121-2016 |Government of Kuwait |NA | 10| 1|NA |NA | #> |XM-DAC-41121-2016 |Government of Portugal |NA | 10| 1|NA |NA | #> |XM-DAC-41121-2016 |Government of France |NA | 10| 1|NA |NA |"},{"path":"/reference/pipe.html","id":null,"dir":"Reference","previous_headings":"","what":"Pipe operator — %>%","title":"Pipe operator — %>%","text":"See magrittr::%>% details.","code":""},{"path":"/reference/pipe.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Pipe operator — %>%","text":"","code":"lhs %>% rhs"},{"path":"/reference/pipe.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Pipe operator — %>%","text":"lhs value magrittr placeholder. rhs function call using magrittr semantics.","code":""},{"path":"/reference/pipe.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Pipe operator — %>%","text":"result calling `rhs(lhs)`.","code":""},{"path":"/reference/reference.html","id":null,"dir":"Reference","previous_headings":"","what":"reference — reference","title":"reference — reference","text":"Code Mapping table","code":""},{"path":"/reference/reference.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"reference — reference","text":"","code":"reference"},{"path":"/reference/reference.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"reference — reference","text":"data frame 267 rows 34 variables: iso_3 character COLUMN_DESCRIPTION UNHCRcode character COLUMN_DESCRIPTION ctryname character COLUMN_DESCRIPTION namepostat character COLUMN_DESCRIPTION namepostat2 character COLUMN_DESCRIPTION gis_name character COLUMN_DESCRIPTION UNHCRBureau character COLUMN_DESCRIPTION main_office character COLUMN_DESCRIPTION hcr_region character COLUMN_DESCRIPTION hcr_subregion character COLUMN_DESCRIPTION code_op character COLUMN_DESCRIPTION Latitude double COLUMN_DESCRIPTION Longitude double COLUMN_DESCRIPTION scalerank double COLUMN_DESCRIPTION LABELRANK double COLUMN_DESCRIPTION SOVEREIGNT character COLUMN_DESCRIPTION SOV_A3 character COLUMN_DESCRIPTION ADM0_DIF double COLUMN_DESCRIPTION LEVEL double COLUMN_DESCRIPTION TYPE character COLUMN_DESCRIPTION ADMIN character COLUMN_DESCRIPTION ADM0_A3 character COLUMN_DESCRIPTION CONTINENT character COLUMN_DESCRIPTION REGION_UN character COLUMN_DESCRIPTION SUBREGION character COLUMN_DESCRIPTION REGION_WB character COLUMN_DESCRIPTION ECONOMY character COLUMN_DESCRIPTION INCOME_GRP character COLUMN_DESCRIPTION POP_EST double COLUMN_DESCRIPTION POP_RANK double COLUMN_DESCRIPTION GDP_MD_EST double COLUMN_DESCRIPTION POP_YEAR double COLUMN_DESCRIPTION LASTCENSUS double COLUMN_DESCRIPTION M49_code double COLUMN_DESCRIPTION","code":""},{"path":"/reference/reference.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"reference — reference","text":"http://somewhere.important.com/","code":""},{"path":"/reference/related_activity.html","id":null,"dir":"Reference","previous_headings":"","what":"DATASET_TITLE — related_activity","title":"DATASET_TITLE — related_activity","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/related_activity.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"DATASET_TITLE — related_activity","text":"","code":"related_activity"},{"path":"/reference/related_activity.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"DATASET_TITLE — related_activity","text":"data frame 2950 rows 3 variables: iati_identifier character globally unique identifier activity. related_activity_ref character COLUMN_DESCRIPTION related_activity_type character COLUMN_DESCRIPTION","code":""},{"path":"/reference/related_activity.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"DATASET_TITLE — related_activity","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/related_activity.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"DATASET_TITLE — related_activity","text":"","code":"{ knitr::kable(head(related_activity, 10)) } #> #> #> |iati_identifier |related_activity_ref |related_activity_type | #> |:---------------------|:----------------------------|:---------------------| #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-AFR |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-AME |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-ASO |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-EUR |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-GLOBALPROG |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-HQ |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-JPO |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2016-MENA |2 | #> |XM-DAC-41121-2016 |XM-DAC-41121-2017 |3 | #> |XM-DAC-41121-2016-AFR |XM-DAC-41121-2016 |1 |"},{"path":"/reference/result.html","id":null,"dir":"Reference","previous_headings":"","what":"DATASET_TITLE — result","title":"DATASET_TITLE — result","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/result.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"DATASET_TITLE — result","text":"","code":"result"},{"path":"/reference/result.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"DATASET_TITLE — result","text":"data frame 26667 rows 24 variables: iati_identifier character globally unique identifier activity. result_type character COLUMN_DESCRIPTION result_aggregation_status character COLUMN_DESCRIPTION result_title character COLUMN_DESCRIPTION result_desc logical COLUMN_DESCRIPTION result_indicator_measure character COLUMN_DESCRIPTION result_indicator_title character COLUMN_DESCRIPTION result_indicator_desc character COLUMN_DESCRIPTION result_indicator_baseline_value character COLUMN_DESCRIPTION result_indicator_baseline_year character COLUMN_DESCRIPTION result_indicator_baseline_date logical COLUMN_DESCRIPTION result_indicator_baseline_location_ref character COLUMN_DESCRIPTION result_indicator_baseline_dimension_1 character COLUMN_DESCRIPTION result_indicator_baseline_dimension_value_1 character COLUMN_DESCRIPTION result_indicator_baseline_dimension_2 character COLUMN_DESCRIPTION result_indicator_baseline_dimension_value_2 character COLUMN_DESCRIPTION result_indicator_period_start character COLUMN_DESCRIPTION result_indicator_period_end character COLUMN_DESCRIPTION result_indicator_target_value character COLUMN_DESCRIPTION result_indicator_target_location_ref character COLUMN_DESCRIPTION result_indicator_target_dimension_1 character COLUMN_DESCRIPTION result_indicator_target_value_1 character COLUMN_DESCRIPTION result_indicator_target_dimension_2 character COLUMN_DESCRIPTION result_indicator_target_value_2 character COLUMN_DESCRIPTION","code":""},{"path":"/reference/result.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"DATASET_TITLE — result","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/result.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"DATASET_TITLE — result","text":"","code":"{ knitr::kable(head(result, 10)) } #> #> #> |iati_identifier |result_type |result_aggregation_status |result_title |result_desc |result_indicator_measure |result_indicator_title |result_indicator_desc |result_indicator_baseline_value |result_indicator_baseline_year |result_indicator_baseline_date |result_indicator_baseline_location_ref |result_indicator_baseline_dimension_1 |result_indicator_baseline_dimension_value_1 |result_indicator_baseline_dimension_2 |result_indicator_baseline_dimension_value_2 |result_indicator_period_start |result_indicator_period_end |result_indicator_target_value |result_indicator_target_location_ref |result_indicator_target_dimension_1 |result_indicator_target_value_1 |result_indicator_target_dimension_2 |result_indicator_target_value_2 | #> |:-------------------------|:-----------|:-------------------------|:----------------------------------------|:-----------|:------------------------|:--------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------|:-------------------------------|:------------------------------|:------------------------------|:--------------------------------------|:-------------------------------------|:-------------------------------------------|:-------------------------------------|:-------------------------------------------|:-----------------------------|:---------------------------|:-----------------------------|:------------------------------------|:-----------------------------------|:-------------------------------|:-----------------------------------|:-------------------------------| #> |XM-DAC-41121-2016-AFR-AGO |2 |0 |Civil status documentation |NA |2 |% children under 12 months old who have been issued birth certificates by the authorities |NA |30 |2016 |NA |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |35 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-AGO |2 |0 |Community mobilization |NA |2 |% of active female participants in leadership/ management structures |NA |20 |2016 |NA |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |50 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-AGO |1 |0 |Law and policy |NA |1 |# of advocacy interventions made |Related output: Advocacy conducted |NA |NA |NA |NA |NA |NA |NA |NA |2016-01-01 |2016-12-31 |6 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-AGO |2 |0 |Resettlement |NA |2 |% of persons of concern identified in need of resettlement submitted for resettlement |NA |0 |2016 |NA |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |25 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-AGO |2 |0 |SGBV prevention and response |NA |1 |Extent community is active in SGBV prevention and survivor centered protection |NA |60 |2016 |NA |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |70 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-AGO |2 |0 |Services for persons with specific needs |NA |2 |% of persons of concern with disabilities who receive services for their specific needs |NA |46.2 |2016 |NA |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |55 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-AGO |2 |0 |Solutions strategy |NA |1 |Extent Comprehensive Solutions strategy identified and agreed |NA |75 |2016 |NA |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |85 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-AGO |2 |0 |Status determination |NA |1 |Extent applicants have access to status determination procedure |NA |20 |2016 |NA |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions |2016-01-01 |2016-12-31 |35 |Angola |Population targeted |Refugees and asylum seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-BDI |1 |0 |Child protection |NA |1 |# of best interests assessments conducted |Related output: Best interest determination process established and operational |NA |NA |NA |NA |NA |NA |NA |NA |2016-01-01 |2016-12-31 |430 |Burundi |Population targeted |Refugees and asylum-seekers |Goal |Protection and mixed solutions | #> |XM-DAC-41121-2016-AFR-BDI |1 |0 |Child protection |NA |1 |# of children's committees, groups and other structures that are operational and facilitate children's participation |Related output: Community based child protection structures established and functioning |NA |NA |NA |NA |NA |NA |NA |NA |2016-01-01 |2016-12-31 |11 |Burundi |Population targeted |Refugees and asylum-seekers |Goal |Protection and mixed solutions |"},{"path":"/reference/sector.html","id":null,"dir":"Reference","previous_headings":"","what":"sector — sector","title":"sector — sector","text":"DATASET_DESCRIPTION","code":""},{"path":"/reference/sector.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"sector — sector","text":"","code":"sector"},{"path":"/reference/sector.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"sector — sector","text":"data frame 23793 rows 6 variables: iati_identifier character globally unique identifier activity. sector_vocabulary character COLUMN_DESCRIPTION sector_vocabulary_uri logical COLUMN_DESCRIPTION sector_code character COLUMN_DESCRIPTION sector_pct character COLUMN_DESCRIPTION sector_desc character COLUMN_DESCRIPTION","code":""},{"path":"/reference/sector.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"sector — sector","text":"https://iatistandard.org/en/iati-standard/203/","code":""},{"path":"/reference/sector.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"sector — sector","text":"","code":"{ knitr::kable(head(sector, 10)) } #> #> #> |iati_identifier |sector_vocabulary |sector_vocabulary_uri |sector_code |sector_pct |sector_desc | #> |:---------------------|:-----------------|:---------------------|:-----------|:----------|:-----------------------------------------| #> |XM-DAC-41121-2016 |99 |NA |1 |76.93 |Refugee programme | #> |XM-DAC-41121-2016 |99 |NA |2 |.82 |Stateless programme | #> |XM-DAC-41121-2016 |99 |NA |3 |3.69 |Reintegration projects | #> |XM-DAC-41121-2016 |99 |NA |4 |18.56 |Internally Displaced Person projects | #> |XM-DAC-41121-2016 |1 |NA |72010 |65.52 |Material relief assistance and services | #> |XM-DAC-41121-2016 |1 |NA |72011 |6.24 |Basic Health Care Services in Emergencies | #> |XM-DAC-41121-2016 |1 |NA |72012 |3.9 |Education in emergencies | #> |XM-DAC-41121-2016 |1 |NA |72040 |.91 |Emergency food aid | #> |XM-DAC-41121-2016 |1 |NA |72050 |23.43 |Relief co-ordination and support services | #> |XM-DAC-41121-2016-AFR |99 |NA |1 |81.64 |Refugee programme |"},{"path":"/reference/show_budget_gap.html","id":null,"dir":"Reference","previous_headings":"","what":"show_budget_gap — show_budget_gap","title":"show_budget_gap — show_budget_gap","text":"UNHCR budgets needs-based: represents total amount money required UNHCR meet needs seeking address.","code":""},{"path":"/reference/show_budget_gap.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_budget_gap — show_budget_gap","text":"","code":"show_budget_gap( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL, weight_by = NULL )"},{"path":"/reference/show_budget_gap.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_budget_gap — show_budget_gap","text":"year numeric value corresponding first year focus recent year within dataset. programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country. weight_by list population group weight budget - \"refugees\", \"asylum_seekers\", \"returned_refugees\" \"idps\", \"returned_idps\", \"stateless\", \"ooc\", \"oip\" default null.","code":""},{"path":"/reference/show_budget_gap.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_budget_gap — show_budget_gap","text":"graph","code":""},{"path":"/reference/show_budget_gap.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_budget_gap — show_budget_gap","text":"","code":"show_budget_gap(year = 2018, ctr_name = \"Brazil\") show_budget_gap(year = 2018, ctr_name = \"Brazil\", weight_by = c(\"refugees\", \"oip\"))"},{"path":"/reference/show_contributions.html","id":null,"dir":"Reference","previous_headings":"","what":"Title — show_contributions","title":"Title — show_contributions","text":"’s breakdown contribution Type (Un-earmarked, Tightly earmarked, etc.) Donor Funds Year?","code":""},{"path":"/reference/show_contributions.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Title — show_contributions","text":"","code":"show_contributions( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL )"},{"path":"/reference/show_contributions.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Title — show_contributions","text":"year numeric value corresponding first year focus recent year within dataset. programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country.","code":""},{"path":"/reference/show_contributions.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Title — show_contributions","text":"graph","code":""},{"path":"/reference/show_contributions.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Title — show_contributions","text":"","code":"knitr::kable(iati::dataTransaction |> dplyr::select(aid_type1_name, aid_type1_description) |> dplyr::distinct() |> dplyr::filter(!(is.na(aid_type1_name)))) #> #> #> |aid_type1_name |aid_type1_description | #> |:---------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| #> |Core contributions to multilateral institutions |These funds are classified as multilateral ODA (all other categories fall under bilateral ODA). The recipient multilateral institution pools contributions so that they lose their identity and become an integral part of its financial assets. See Annex 2 of the DAC Directives for a comprehensive list of agencies core contributions to which may be reported under B02 (Section I. Multilateral institutions). | #> |Contributions to specific-purpose programmes and funds managed by implementing partners |In addition to their core-funded operations, international organisations, NGOs, PPPs and networks, both in provider and in third countries, set up programmes and funds with a specific sectoral, thematic or geographical focus. Donors’ bilateral contributions to such programmes and funds are recorded here. | #> |Project-type interventions |A project is a set of inputs, activities and outputs, agreed with the partner country*, to reach specific objectives/outcomes within a defined time frame, with a defined budget and a defined geographical area. Projects can vary significantly in terms of objectives, complexity, amounts involved and duration. There are smaller projects that might involve modest financial resources and last only a few months, whereas large projects might involve more significant amounts, entail successive phases and last for many years. A large project with a number of different components is sometimes referred to as a programme, but should nevertheless be recorded here. Feasibility studies, appraisals and evaluations are included (whether designed as part of projects/programmes or dedicated funding arrangements). Academic studies, research and development, trainings, scholarships, and other technical assistance activities not directly linked to development projects/programmes should instead be recorded under D02. Aid channelled through NGOs or multilaterals is also recorded here. This includes payments for NGOs and multilaterals to implement donors’ projects and programmes, and funding of specified NGOs projects. By contrast, core funding of NGOs and multilaterals as well as contributions to specific-purpose funds are recorded under B.* In the cases of equity investments, humanitarian aid or aid channelled through NGOs, projects are recorded here even if there was no direct agreement between the donor and the partner country. | show_contributions(year = 2018, ctr_name = \"Brazil\") show_contributions(year = 2018, programme_lab = \"The Americas\")"},{"path":"/reference/show_donors.html","id":null,"dir":"Reference","previous_headings":"","what":"show_donors — show_donors","title":"show_donors — show_donors","text":"main donors country terms transaction?","code":""},{"path":"/reference/show_donors.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_donors — show_donors","text":"","code":"show_donors( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL, transaction_type_name = \"Incoming Commitment\" )"},{"path":"/reference/show_donors.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_donors — show_donors","text":"year year select starting 2016 - one year list programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country. transaction_type_name Transaction type - default \"Incoming Commitment\" , can also \"Disbursement\", \"Expenditure\"","code":""},{"path":"/reference/show_donors.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_donors — show_donors","text":"graph","code":""},{"path":"/reference/show_donors.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_donors — show_donors","text":"","code":"knitr::kable(iati::dataTransaction |> dplyr::select( transaction_type_name, transaction_type_description) |> dplyr::distinct() ) #> #> #> |transaction_type_name |transaction_type_description | #> |:---------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------| #> |Incoming Commitment |A firm, written obligation from a donor or provider to provide a specified amount of funds, under particular terms and conditions, reported by a recipient for this activity. | #> |Expenditure |Outgoing funds that are spent on goods and services for the activity. | #> |Disbursement |Outgoing funds that are placed at the disposal of a recipient government or organisation, or funds transferred between two separately reported activities. | show_donors(year = 2022, programme_lab = \"The Americas\", transaction_type_name = \"Incoming Commitment\" ) show_donors(year = 2018, ctr_name = \"Brazil\", transaction_type_name = \"Incoming Commitment\" ) show_donors(year = 2018, programme_lab = \"Brazil\", transaction_type_name = \"Disbursement\" ) show_donors(year = 2018, programme_lab = \"Brazil\", transaction_type_name = \"Expenditure\" )"},{"path":"/reference/show_earmarking.html","id":null,"dir":"Reference","previous_headings":"","what":"Title — show_earmarking","title":"Title — show_earmarking","text":"’s breakdown Earmarking Type (Un-earmarked, Tightly earmarked, etc.) \\ Donor Funds Year? possible, UNHCR prefers receive unearmarked funds, allows agency greater flexibility allocating resources new needs emerge course year. possible, funds can also softly earmarked. mean funds can spent anywhere within region particular situation (example, funds spent assist refugees Syria, can spent country hosting refugees). Earmarked funds contribution corresponds specific country can spent anything within operation’s programme. Finally, tightly earmarked funds specify activity population within country’s programme. UNHCR charges ISC - Indirect Support Costs - rate 6.5 covers management administration costs HQ programme support costs incurred HQ Regional Bureaux.","code":""},{"path":"/reference/show_earmarking.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Title — show_earmarking","text":"","code":"show_earmarking( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL )"},{"path":"/reference/show_earmarking.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Title — show_earmarking","text":"year numeric value corresponding first year focus recent year within dataset. programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country.","code":""},{"path":"/reference/show_earmarking.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Title — show_earmarking","text":"graph","code":""},{"path":"/reference/show_earmarking.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Title — show_earmarking","text":"","code":"knitr::kable(iati::dataTransaction |> dplyr::select(earmarking_name, earmarking_description) |> dplyr::distinct() |> dplyr::filter(!(is.na(earmarking_name)))) #> #> #> |earmarking_name |earmarking_description | #> |:-----------------|:-----------------------------------------------------| #> |Unearmarked |Any or all of the Earmarking Modality codes A,B or C. | #> |Softly Earmarked |Any or all of the Earmarking Modality codes D,E or F. | #> |Tightly Earmarked |Any or all of the Earmarking Modality codes I,J or K. | #> |Earmarked |Any or all of the Earmarking Modality codes G or H. | show_earmarking(year = 2018, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = \"Brazil\")"},{"path":"/reference/show_expenditure.html","id":null,"dir":"Reference","previous_headings":"","what":"show_expenditure — show_expenditure","title":"show_expenditure — show_expenditure","text":"much expenditures compare initial budget (potentially weighted #)?","code":""},{"path":"/reference/show_expenditure.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_expenditure — show_expenditure","text":"","code":"show_expenditure( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL, weight_by = NULL )"},{"path":"/reference/show_expenditure.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_expenditure — show_expenditure","text":"year numeric value corresponding first year focus recent year within dataset. programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country. weight_by list population group weight budget - \"refugees\", \"asylum_seekers\", \"returned_refugees\" \"idps\", \"returned_idps\", \"stateless\", \"ooc\", \"oip\" default null.","code":""},{"path":"/reference/show_expenditure.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_expenditure — show_expenditure","text":"graph","code":""},{"path":"/reference/show_expenditure.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_expenditure — show_expenditure","text":"","code":"show_expenditure(year = 2018, ctr_name = \"Brazil\") show_expenditure(year = 2018, ctr_name = \"Brazil\", weight_by = c(\"refugees\", \"oip\"))"},{"path":"/reference/show_implementers.html","id":null,"dir":"Reference","previous_headings":"","what":"Ploting implementer — show_implementers","title":"Ploting implementer — show_implementers","text":"Ploting implementer","code":""},{"path":"/reference/show_implementers.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Ploting implementer — show_implementers","text":"","code":"show_implementers()"},{"path":"/reference/show_implementers.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"Ploting implementer — show_implementers","text":"graph","code":""},{"path":"/reference/show_implementers.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Ploting implementer — show_implementers","text":"","code":"show_implementers( ) #> NULL"},{"path":"/reference/show_indicators.html","id":null,"dir":"Reference","previous_headings":"","what":"show_indicators — show_indicators","title":"show_indicators — show_indicators","text":"much indicators evolve time thresholds?","code":""},{"path":"/reference/show_indicators.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_indicators — show_indicators","text":"","code":"show_indicators( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL, result_type_name = \"Outcome\", type = \"deviation\" )"},{"path":"/reference/show_indicators.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_indicators — show_indicators","text":"year numeric value corresponding first year focus recent year within dataset. programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country. result_type_name either \"Impact\" \"Outcome\" \"Output\" - default \"Outcome\" type \"deviation\" showing difference target actual - \"progress\" showing difference baseline actual","code":""},{"path":"/reference/show_indicators.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_indicators — show_indicators","text":"graph","code":""},{"path":"/reference/show_indicators.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_indicators — show_indicators","text":"","code":"show_indicators(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Outcome\", type = \"deviation\" ) show_indicators(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Impact\", type = \"deviation\" ) show_indicators(year = 2019, ctr_name = \"Brazil\", result_type_name = \"Output\", type = \"deviation\" ) #> Warning: Removed 12 rows containing missing values (`position_stack()`). #> Warning: Removed 12 rows containing missing values (`geom_text()`). show_indicators(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Outcome\", type = \"progress\" ) show_indicators(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Impact\", type = \"progress\" ) show_indicators(year = 2019, ctr_name = \"Brazil\", result_type_name = \"Output\", type = \"progress\" )"},{"path":"/reference/show_indicators_time.html","id":null,"dir":"Reference","previous_headings":"","what":"show_indicators_time — show_indicators_time","title":"show_indicators_time — show_indicators_time","text":"much indicators evolve time thresholds?","code":""},{"path":"/reference/show_indicators_time.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_indicators_time — show_indicators_time","text":"","code":"show_indicators_time( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL, result_type_name = \"Outcome\", type = \"deviation\" )"},{"path":"/reference/show_indicators_time.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_indicators_time — show_indicators_time","text":"year numeric value corresponding first year focus recent year within dataset. programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country. result_type_name either \"Impact\" \"Outcome\" \"Output\" - default \"Outcome\" type \"deviation\" showing difference target actual - \"progress\" showing difference baseline actual","code":""},{"path":"/reference/show_indicators_time.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_indicators_time — show_indicators_time","text":"graph","code":""},{"path":"/reference/show_indicators_time.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_indicators_time — show_indicators_time","text":"","code":"show_indicators_time(year = 2020, ctr_name = \"Brazil\", result_type_name = \"Outcome\", type = \"deviation\" ) show_indicators_time(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Impact\", type = \"deviation\" ) show_indicators_time(year = 2019, ctr_name = \"Brazil\", result_type_name = \"Output\", type = \"deviation\" ) show_indicators_time(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Outcome\", type = \"progress\" ) show_indicators_time(year = 2022, ctr_name = \"Brazil\", result_type_name = \"Impact\", type = \"progress\" ) show_indicators_time(year = 2019, ctr_name = \"Brazil\", result_type_name = \"Output\", type = \"progress\" )"},{"path":"/reference/show_partnership.html","id":null,"dir":"Reference","previous_headings":"","what":"show_partnership — show_partnership","title":"show_partnership — show_partnership","text":"organisations partner together?","code":""},{"path":"/reference/show_partnership.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_partnership — show_partnership","text":"","code":"show_partnership( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL )"},{"path":"/reference/show_partnership.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_partnership — show_partnership","text":"year numeric value corresponding year displayed programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country.","code":""},{"path":"/reference/show_partnership.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_partnership — show_partnership","text":"graph","code":""},{"path":"/reference/show_partnership.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_partnership — show_partnership","text":"","code":"show_partnership(year = 2022, ctr_name = \"Brazil\" ) #> #> #> |Organisation |Funding |Implementing | #> |:-------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| #> |Government |Governmental donors of unearmarked and flexible funds, United States , Government of Cyprus , Government of Brazil | | #> |National NGO |Australia for UNHCR , España con ACNUR (Spain) , Fundación ACNUR Comité Argentino (Argentina), Japan for UNHCR , Sweden for UNHCR , Switzerland for UNHCR , UK for UNHCR , UNO-Flüchtlingshilfe (Germany) , USA for UNHCR | | #> |Other Public Sector |European Commission - Humanitarian Aid & Civil Protection, European Commission - International Partnerships | | #> |Multilateral |UN Women , International Organization for Migration (IOM) |United Nations High Commissioner for Refugees (UNHCR) | #> |Partner Country based NGO | |Caritas Brasileira Regional Parana , Instituto MANA , ASAV Servico Jesuita a Migrantes e Refugiados , CARITAS ARQUIDIOCESANA DE MANAUS , Associacao Hermanitos , Pia Sociedade dos Missionários de São Carlos , Associacao Voluntarios Para o Servicio Internacional - BRASIL, CARITAS ARQUIDIOCESANA DE SAO PAULO, BRAZIL , INSTITUTO DE MIGRACOES E DIREITOS HUMANOS , I Know My Rights , CARITAS ARQUIDIOCESANA DE RIO DE JANEIRO, BRAZIL , A Casa - Museu De Artes e Artefatos Brasileiros , Associacao Compassiva , Instituto Internacional de Educacao do Brasil , Organizacao Fraternidade sem Fronteiras , Aldeias Infantis SOS Brasil | #> |International NGO | |ADVENTIST DEVELOPMENT AND RELIEF AGENCY, Panamerican Development Foundation | #> |Private Sector |Private donors | |"},{"path":"/reference/show_sectors.html","id":null,"dir":"Reference","previous_headings":"","what":"show_sectors — show_sectors","title":"show_sectors — show_sectors","text":"funded sectors per country (Expenditure evolution per impact /outcome area)?","code":""},{"path":"/reference/show_sectors.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_sectors — show_sectors","text":"","code":"show_sectors( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL, sector_vocabulary_name = \"Reporting Organisation 2\" )"},{"path":"/reference/show_sectors.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_sectors — show_sectors","text":"year numeric value list value. programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country. sector_vocabulary_name sector_vocabulary","code":""},{"path":"/reference/show_sectors.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_sectors — show_sectors","text":"graph","code":""},{"path":"/reference/show_sectors.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_sectors — show_sectors","text":"","code":"knitr::kable( iati::dataSector |> dplyr::select( sector_vocabulary_name, sector_vocabulary_description) |> dplyr::distinct() |> dplyr::filter(!(is.na(sector_vocabulary_name)))) #> #> #> |sector_vocabulary_name |sector_vocabulary_description | #> |:--------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------| #> |Reporting Organisation |The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity | #> |OECD DAC CRS Purpose Codes (5 digit) |The sector reported corresponds to an OECD DAC CRS 5-digit purpose code | #> |Humanitarian Global Clusters (Inter-Agency Standing Committee) |The sector reported corresponds to an Inter-Agency Standard Committee Humanitarian Global Cluster code | #> |Reporting Organisation 2 |The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity (if they are referencing more than one) | show_sectors( year = c(2020, 2021, 2022), ctr_name = \"Brazil\", sector_vocabulary_name = \"Reporting Organisation\") show_sectors( year = 2022, ctr_name = \"Brazil\", sector_vocabulary_name = \"Reporting Organisation 2\") show_sectors( year = c(2020, 2021, 2022), ctr_name = \"Brazil\", sector_vocabulary_name = \"Reporting Organisation 2\") show_sectors( year = c(2017,2018,2019,2020,2021, 2022), ctr_name = \"Brazil\", sector_vocabulary_name = \"Humanitarian Global Clusters (Inter-Agency Standing Committee)\") show_sectors( year = c(2017,2018,2019,2020,2021, 2022), ctr_name = \"Brazil\", sector_vocabulary_name = \"OECD DAC CRS Purpose Codes (5 digit)\")"},{"path":"/reference/show_sectors_rbm.html","id":null,"dir":"Reference","previous_headings":"","what":"show_sectors_rbm — show_sectors_rbm","title":"show_sectors_rbm — show_sectors_rbm","text":"funded sectors per country based new RBM framework","code":""},{"path":"/reference/show_sectors_rbm.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_sectors_rbm — show_sectors_rbm","text":"","code":"show_sectors_rbm( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL )"},{"path":"/reference/show_sectors_rbm.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_sectors_rbm — show_sectors_rbm","text":"year numeric value list value. programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country.","code":""},{"path":"/reference/show_sectors_rbm.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_sectors_rbm — show_sectors_rbm","text":"graph","code":""},{"path":"/reference/show_sectors_rbm.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_sectors_rbm — show_sectors_rbm","text":"","code":"show_sectors_rbm( year = c(2017, 2018, 2019, 2020, 2021, 2022), ctr_name = \"Brazil\")"},{"path":"/reference/show_top_donors.html","id":null,"dir":"Reference","previous_headings":"","what":"show_top_donors — show_top_donors","title":"show_top_donors — show_top_donors","text":"main donors country terms transaction?","code":""},{"path":"/reference/show_top_donors.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"show_top_donors — show_top_donors","text":"","code":"show_top_donors( year, programme_lab = NULL, iati_identifier_ops = NULL, ctr_name = NULL, transaction_type_name = \"Incoming Commitment\", top_n = 5 )"},{"path":"/reference/show_top_donors.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"show_top_donors — show_top_donors","text":"year year select starting 2016 - one year list programme_lab character vector corresponding name programme. iati_identifier_ops character vector corresponding name operation. ctr_name character vector corresponding name country. transaction_type_name Transaction type - default \"Incoming Commitment\" , can also \"Disbursement\", \"Expenditure\" top_n top n donors show - rest lumped together","code":""},{"path":"/reference/show_top_donors.html","id":"value","dir":"Reference","previous_headings":"","what":"Value","title":"show_top_donors — show_top_donors","text":"graph","code":""},{"path":"/reference/show_top_donors.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"show_top_donors — show_top_donors","text":"","code":"show_top_donors(year = 2022, ctr_name = \"Brazil\", transaction_type_name = \"Incoming Commitment\" , top_n = 5) show_top_donors(year = 2020, ctr_name = \"Brazil\", transaction_type_name = \"Incoming Commitment\" , top_n = 10)"},{"path":"/reference/transaction.html","id":null,"dir":"Reference","previous_headings":"","what":"transaction — transaction","title":"transaction — transaction","text":"Transactions recording committed actual funds flowing aid activity.","code":""},{"path":"/reference/transaction.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"transaction — transaction","text":"","code":"transaction"},{"path":"/reference/transaction.html","id":"format","dir":"Reference","previous_headings":"","what":"Format","title":"transaction — transaction","text":"data frame 30752 rows 17 variables: iati_identifier character globally unique identifier activity. transaction_ref character COLUMN_DESCRIPTION transaction_humanitarian logical COLUMN_DESCRIPTION transaction_type_code double type transaction (e.g. commitment, disbursement, expenditure, etc.). transaction_date date COLUMN_DESCRIPTION transaction_value_currency character COLUMN_DESCRIPTION transaction_value_date date COLUMN_DESCRIPTION transaction_value double COLUMN_DESCRIPTION transaction_description character human-readable description transaction. transaction_provider_org_type double COLUMN_DESCRIPTION transaction_provider_org_ref character COLUMN_DESCRIPTION transaction_provider_org character COLUMN_DESCRIPTION transaction_aid_type_code_1 character COLUMN_DESCRIPTION transaction_aid_type_vocabulary_1 double COLUMN_DESCRIPTION transaction_aid_type_code_2 character COLUMN_DESCRIPTION transaction_aid_type_vocabulary_2 double COLUMN_DESCRIPTION transaction_value_USD double COLUMN_DESCRIPTION","code":""},{"path":"/reference/transaction.html","id":"source","dir":"Reference","previous_headings":"","what":"Source","title":"transaction — transaction","text":"https://iatistandard.org/en/iati-standard/203/activity-standard/iati-activities/iati-activity/transaction/","code":""},{"path":"/reference/transaction.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"transaction — transaction","text":"","code":"{ knitr::kable(head(transaction, 10)) } #> #> #> |iati_identifier |transaction_ref |transaction_humanitarian | transaction_type_code|transaction_date |transaction_value_currency |transaction_value_date | transaction_value|transaction_description | transaction_provider_org_type|transaction_provider_org_ref |transaction_provider_org |transaction_aid_type_code_1 | transaction_aid_type_vocabulary_1|transaction_aid_type_code_2 | transaction_aid_type_vocabulary_2| transaction_value_USD| #> |:-----------------|:---------------|:------------------------|---------------------:|:----------------|:--------------------------|:----------------------|-----------------:|:----------------------------|-----------------------------:|:----------------------------|:------------------------|:---------------------------|---------------------------------:|:---------------------------|---------------------------------:|---------------------:| #> |XM-DAC-41121-2016 |65337 |NA | 11|2016-06-30 |USD |2016-06-30 | 995603|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 995603.365| #> |XM-DAC-41121-2016 |65737 |NA | 11|2016-07-31 |USD |2016-07-31 | 99558|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 99557.520| #> |XM-DAC-41121-2016 |65228 |NA | 11|2016-04-30 |USD |2016-04-30 | 100|Monthly contribution summary | 70|NA |Private donors |B03 | 1|2 | 2| 99.660| #> |XM-DAC-41121-2016 |65677 |NA | 11|2016-12-31 |USD |2016-12-31 | 9847|Monthly contribution summary | 70|NA |Private donors |B03 | 1|2 | 2| 9847.020| #> |XM-DAC-41121-2016 |65476 |NA | 11|2016-08-31 |USD |2016-08-31 | 97088|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 97088.412| #> |XM-DAC-41121-2016 |65055 |NA | 11|2016-01-31 |USD |2016-01-31 | 960637|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 960637.301| #> |XM-DAC-41121-2016 |65544 |NA | 11|2016-05-31 |USD |2016-05-31 | 953705|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 953705.310| #> |XM-DAC-41121-2016 |65461 |NA | 11|2016-08-31 |USD |2016-08-31 | 9492|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 9491.715| #> |XM-DAC-41121-2016 |65476 |NA | 11|2016-08-31 |USD |2016-08-31 | 9437|Monthly contribution summary | 70|NA |Private donors |B03 | 1|2 | 2| 9437.292| #> |XM-DAC-41121-2016 |65387 |NA | 11|2016-07-31 |USD |2016-07-31 | 941500|Monthly contribution summary | 70|NA |Private donors |B02 | 1|1 | 2| 941499.647|"},{"path":"/news/index.html","id":"iati-011","dir":"Changelog","previous_headings":"","what":"iati 0.1.1","title":"iati 0.1.1","text":"initial version","code":""}]
diff --git a/man/show_budget_gap.Rd b/man/show_budget_gap.Rd
index 1b8bdab..66f0c5b 100644
--- a/man/show_budget_gap.Rd
+++ b/man/show_budget_gap.Rd
@@ -38,9 +38,6 @@ of money that would be required were UNHCR to meet all of the needs that it is s
\examples{
show_budget_gap(year = 2018,
ctr_name = "Brazil")
-
-
-
show_budget_gap(year = 2018,
ctr_name = "Brazil",
weight_by = c("refugees", "oip"))
diff --git a/vignettes/unhcr-programme.Rmd b/vignettes/unhcr-programme.Rmd
index 713db25..c1ff9ae 100644
--- a/vignettes/unhcr-programme.Rmd
+++ b/vignettes/unhcr-programme.Rmd
@@ -148,9 +148,6 @@ show_expenditure(year = 2018,
```{r example-show_budget_gap, message = FALSE, warning = FALSE, fig.retina = 2, fig.width = 8, fig.asp = 0.618, fig.align = "center", out.width = "90%"}
show_budget_gap(year = 2018,
ctr_name = "Brazil")
-
-
-
show_budget_gap(year = 2018,
ctr_name = "Brazil",
weight_by = c("refugees", "oip"))