Skip to contents

Measures the proportion of flows mentioning collaboration, learning, or assessment activities in the description.

Usage

indicator_donor_knowledge_sharing_intensity(flows, donors = NULL)

Arguments

flows

A dataframe containing at least description and nested sourceObjects.

donors

(optional) A dataframe with donor names to merge with the results.

Value

A list with a tibble with columns:

donor

Donor organization name.

Knowledge_Sharing_Intensity

Proportion of flows mentioning collaboration/learning/assessment (0–1).

and a plot.

Details

Goal: Quantifies the degree to which a donor’s funding supports knowledge sharing, joint assessments, learning events, or coordination activities.

Examples

result <- indicator_donor_knowledge_sharing_intensity(flows)
print(result$plot)