Description Usage Arguments Value References See Also Examples
View source: R/cg_membersleaving.R
Get a list of members who have left the Senate or House or have announced plans to do so.
| 1 2 | cg_membersleaving(congress_no = NULL, chamber = NULL, key = NULL,
  ...)
 | 
| congress_no | The number of the Congress during which the members served. | 
| chamber | One of 'house' or 'senate. | 
| key | (character) your Propublica API key; pass in, or loads from
.Renviron as  | 
| ... | Curl options (debugging tools mostly) passed to
 | 
List of new members of he current Congress.
Congress API docs https://projects.propublica.org/api-docs/congress-api/
Other congress: cg_billscosponsor,
cg_memberappear,
cg_memberbioroles,
cg_memberbystatedistrict,
cg_memberslist,
cg_membersponsorcompare,
cg_membervotecompare,
cg_membervotepositions,
cg_newmembers,
cg_rollcallvote
| 1 2 3 4 | ## Not run: 
cg_membersleaving(congress_no = 112, chamber = 'house')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.