powered by
Search Bills
ppc_bills(query = "", api_key = NULL, raw = FALSE)
keyword or phrase
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 bills information
# NOT RUN { ## get information on legislation about health care hc <- ppc_bills("health care") # }
Run the code above in your browser using DataLab