giving: Giving widgets

givingR Documentation

Giving widgets

Description

Find entities who have given to specific types of funds

Usage

gave_to_area(..., at_least = 0.01, from = NULL, to = NULL)

gave_to_department(..., at_least = 0.01, from = NULL, to = NULL)

gave_to_fund_type(..., at_least = 0.01, from = NULL, to = NULL)

gave_to_purpose(..., at_least = 0.01, from = NULL, to = NULL)

Arguments

...

Area(s)/Department(s)/etc. of giving

at_least

minimum total giving

from

begin and end dates (gave between those dates). Enter as an integer of the form YYYYMMDD

to

begin and end dates (gave between those dates). Enter as an integer of the form YYYYMMDD

Details

giving is calculated on a pledged basis, and includes soft credits. For dates, the giving record date is used. If no area/department is entered, widget will find donors to anything.

Value

A definition of type entity_id

See Also

gave_to_fund

Examples

## gave at least $5,000 to cal performances during FY 2016
gave_to_area(cal_performances, at_least = 5000, from = 20150701, to = 20161231)

## has given at least $100,000 lifetime to engineering
gave_to_area(engineering, at_least = 100000)


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