member_bills: Get Bills Cosponsored by a Specific Member

Description Usage Arguments References Examples

View source: R/api-members.r

Description

Get the 20 most recent bill cosponsorships for a particular member, either bills cosponsored, withdrawn, introduced, or updated.

Usage

1
2
member_bills(member_id, type = c("cosponsored", "withdrawn",
  "introduced", "updated"), page = 1L)

Arguments

member_id

The ID of the member to retrieve; it is assigned by the Biographical Directory of the United States Congress or can be retrieved from a member list request.

type

cosponsored or withdrawn

page

page of results

References

https://projects.propublica.org/api-docs/congress-api/members/#get-bills-cosponsored-by-a-specific-member

Examples

1
2
3
4
## Not run: 
member_bills("O000172")

## End(Not run)

zamorarr/ppcongress documentation built on Nov. 5, 2019, 1:23 p.m.