| giving | R Documentation | 
Find entities who have given to specific types of funds
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)
| ... | 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 | 
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.
A definition of type entity_id
gave_to_fund
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.