Description Usage Arguments Value
View source: R/fetch_all_contributions.R
fetch_all_contributions
Downloads Members' contributions for a defined period in any location, excluding Questions not (yet) asked
1 2 3 4 5 6 | fetch_all_contributions(
start_date,
end_date,
session_start = NULL,
session_end = NULL
)
|
start_date |
The start date of the period for which contributions are downloaded ("yyyy-mm-dd") |
end_date |
The end date of the period for which contributions are downloaded ("yyyy-mm-dd") |
session_start |
The start year of the session in which contributions were made (yy) |
session_end |
The end year of the session in which contributions were made (yy) |
A tibble containing contributions along with details such as member, date, and subject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.