Skip to contents

Calculates the percentage of funding to a destination that is Cash Transfer Programming (CTP).

Usage

indicator_destination_modality_innovation(flows, destinations = NULL)

Arguments

flows

A dataframe with destinationObjects, amountUSD, and method.

destinations

Optional dataframe to merge results with.

Value

A list with a tibble with destination and Modality_Innovation and a plot.

Examples

result <- indicator_destination_modality_innovation(flows)
print(result$plot)
#> `stat_bin()` using `bins = 30`. Pick better value `binwidth`.