powered by
Lists of Committees
ppc_committees( congress = "116", chamber = c("joint", "house", "senate"), api_key = NULL, raw = FALSE )
The number of Congress of interest
Specify the chamber of Congress typically "house" or "senate"; sometimes "both" or "joint"
The actual API key string provided by ProPublica.
Logical indicating whether to return the raw response object. The default (FALSE) parses the content and returns a tibble data frame.
A data frame of congressional committees information
# NOT RUN { ## get committes info for house members in 115th congress h115com <- ppc_committees("115", "house") # }
Run the code above in your browser using DataLab