View source: R/widget-fund-purpose.R
fund_purpose | 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 purpose code(s), e.g. 'Undergrad Student Support' (undergrad scholarships).
Use gave_to_fund
to find donors to particular funds or types of funds
fund_purpose(...)
A discoveryengine list definition of type allocation_code
fund_department
, fund_area
,
fund_type
, gave_to_fund
,
gave_to_purpose
## looking for scholarship funds
schol_fund = fund_purpose(USS, GSS, BSS)
## see the allocation codes:
display(schol_fund)
## find 100K+ donors:
gave_to_fund(schol_fund, at_least = 100000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.