fetch_all_contributions: Get contributions data for a defined period

Description Usage Arguments Value

View source: R/fetch_all_contributions.R

Description

fetch_all_contributions Downloads Members' contributions for a defined period in any location, excluding Questions not (yet) asked

Usage

1
2
3
4
5
6
fetch_all_contributions(
  start_date,
  end_date,
  session_start = NULL,
  session_end = NULL
)

Arguments

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)

Value

A tibble containing contributions along with details such as member, date, and subject


eliseuberoi/clcontributions documentation built on June 9, 2021, 9:24 p.m.