View source: R/widget-fund-department.R
fund_department | 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
department.
fund_department(...)
A discoveryengine list definition of type allocation_code
fund_area
, gave_to_area
, gave_to_fund
## are there any PACS funds related to Mahatma Gandhi?
pacs_gandhi_fund = fund_text_contains("gandhi") %and%
fund_department(peace_and_conflict_studies)
## see the allocation codes:
display(pacs_gandhi_fund)
## find 1K+ donors:
gave_to_fund(pacs_gandhi_fund, at_least = 1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.