Pipeline Visibility
Source:R/indicator_destination_pipeline_visibility.R
indicator_destination_pipeline_visibility.RdMeasures the proportion of funding flows per destination that extend beyond the current year.
Usage
indicator_destination_pipeline_visibility(
flows,
current_year = as.numeric(format(Sys.Date(), "%Y")),
destinations = NULL
)Examples
result <- indicator_destination_pipeline_visibility(flows)
print(result$plot)
#> `stat_bin()` using `bins = 30`. Pick better value `binwidth`.