fund_type: Find funds with a particular fund type code

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

fund_typeR Documentation

Find funds with a particular fund type code

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 type code(s), e.g. capital or endowment

Usage

fund_type(...)

Value

A discoveryengine list definition of type allocation_code

See Also

fund_department, fund_area gave_to_area, gave_to_fund

Examples

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


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