cg_billscosponsor: Get bill cosponsorship data for a particular member.
Description
Get bill cosponsorship data for a particular member.
Usage
cg_billscosponsor(memberid = NULL, type = NULL, key = NULL, ...)
Arguments
memberid
The member's unique ID number (alphanumeric). To find a
member's ID number, get the list of members for the appropriate House
or Senate. You can also use the Biographical Directory of the United
States Congress to get a member's ID. In search results, each member's
name is linked to a record by index ID (e.g.,
http://bioguide.congress.gov/scripts/biodisplay.pl?index=C001041).
Use the index ID as member-id in your request.
type
One of 'cosponsored' (the 20 bills most recently cosponsored
by member-id) or 'withdrawn' (the 20 most recently withdrawn
cosponsorships for member-id).
key
(character) your Propublica API key; pass in, or loads from
.Renviron as PROPUBLICA_API_KEY. See rtimes-package
for info on rate limits.
...
Curl options (debugging tools mostly) passed to
HttpClient