Description Usage Arguments Details Value
View source: R/giftsandmemos.R
Build a list of all gifts (or commitments) and memos.
1 2 3 | giftsandmemos(onedollar = F, collectdata = F)
commitsandmemos(onedollar = F, collectdata = F)
|
onedollar |
a logical value describing whether or not gifts of $1 or less should be considered |
collectdata |
a logical value describing whether or not the data should be collected from the database |
If collectdata == T, returns a data frame of all gifts/commitments and memos with one line per transaction. If collectdata is FALSE, a tbl_sql with 6 columns:
"pidm" constituent's id
"desg" the designation number to which the gift was given
"campaign" the campaign in which the gift was given
"fisc_code" the fiscal year in which the gift was given
"amt" the gift amount or the amount which was memo credited to the constituent
"dt" the date the gift or memo was receipted
a 6 column data_frame or a tbl_sql
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.