fetch_memberships: Fetch data on the current and former members of a committee...

Description Usage Arguments

View source: R/memberships.R

Description

fetch_memberships fetches data on the current and former members of a given committee and returns it as a tibble containing one row per committee membership.

Usage

1
fetch_memberships(committee_id, summary = TRUE, fetch_name = TRUE)

Arguments

committee_id

An integer representing the id of the committee for which to fetch the current and former members.

summary

A boolean indicating whether to exclude nested and empty columns in the results. The default is TRUE.

fetch_name

A boolean indicating whether to add the committee name by making an extra call to the API. The default is TRUE.


houseofcommonslibrary/clcommittees documentation built on Dec. 14, 2020, 6:14 a.m.