fund_area: Find funds with a particular area of giving code

View source: R/widget-fund-area.R

fund_areaR Documentation

Find funds with a particular area of giving code

Description

This widget does not look for donors to specific types of funds, but rather creates a definition of type allocation_code of funds with a particular area of giving.

Usage

fund_area(...)

Value

A discoveryengine list definition of type allocation_code

See Also

fund_department, gave_to_area, gave_to_fund

Examples

## looking for funds supporting diversity in CED
ced_diversity_fund = fund_text_contains("diversity") %and%
    fund_area(environmental_design)

## see the allocation codes:
display(ced_diversity_fund)

## find 1K+ donors:
gave_to_fund(ced_diversity_fund, at_least = 1000)


tarakc02/discoveryengine documentation built on Sept. 26, 2023, 12:17 a.m.