powered by
Get Recent Congressional Statements
ppc_statements(date = NULL, api_key = NULL, raw = FALSE)
Day from which statements should be collected; should follow the format of YYYY-MM-DD.
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 statements information
# NOT RUN { ## get all statements from may 7th, 2018 may72018 <- ppc_statements("2018-05-07") # }
Run the code above in your browser using DataLab