fetch_chamber_contributions: Get contributions data for a defined period

Description Usage Arguments Value

View source: R/fetch_chamber_contributions.R

Description

fetch_chamber_contributions Downloads Members' contributions spoken in the Commons Chamber for a defined period, excluding Question not (yet) asked

Usage

1
2
3
4
5
6
fetch_chamber_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.