View source: R/widget-fund-area.R
fund_area | R Documentation |
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.
fund_area(...)
A discoveryengine list definition of type allocation_code
fund_department
, gave_to_area
, gave_to_fund
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.