Flow diagramme of transations
Usage
show_transaction_flow(
  year,
  programme_lab = NULL,
  iati_identifier_ops = NULL,
  ctr_name = NULL,
  top_n = 10
)Arguments
- year
 A numeric value or a vector of numeric value to filter on year. Note that data pre-2022 are using a different set of indicators
- programme_lab
 A character vector corresponding to the name of the programme.
- iati_identifier_ops
 A character vector corresponding to the name of the operation.
- ctr_name
 A character vector corresponding to the name of the country.
- top_n
 top n donors to show - the rest being lumped together default is 10
Examples
show_transaction_flow(year = c(2020, 2021, 2022, 2023), 
                   ctr_name = "Brazil")
show_transaction_flow(year = 2023, 
                   ctr_name = "Brazil")