This function plots the earmarking of funding from a specific donor.
Usage
plot_donor_earmarking(
donor_name,
year = NULL,
by = "global",
programme_lab = NULL,
iati_identifier_ops = NULL,
ctr_name = NULL
)Arguments
- donor_name
The name of the donor to plot.
- year
A numeric value or a vector of numeric values to filter on year.
- by
The category to group by. One of "date", "global", "region", "country", "sector".
- 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.