View source: R/widget-fund-type.R
fund_type | 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 the specified
fund type code(s), e.g. capital or endowment
fund_type(...)
A discoveryengine list definition of type allocation_code
fund_department
, fund_area
gave_to_area
, gave_to_fund
## looking for capital funds
capital_fund = fund_type(capital)
## see the allocation codes:
display(capital_fund)
## find 100K+ donors:
gave_to_fund(capital_fund, at_least = 100000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.