fund_purpose: Find funds with a particular fund purpose

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

fund_purposeR Documentation

Find funds with a particular fund purpose

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 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

Usage

fund_purpose(...)

Value

A discoveryengine list definition of type allocation_code

See Also

fund_department, fund_area, fund_type, gave_to_fund, gave_to_purpose

Examples

## 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)


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