Description Usage Arguments Value Examples
View source: R/ppc_statements.R
Get Recent Congressional Statements
1 |
date |
Day from which statements should be collected; should follow the format of YYYY-MM-DD. |
api_key |
The actual API key string provided by ProPublica. |
raw |
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
1 2 3 4 5 | ## Not run:
## get all statements from may 7th, 2018
may72018 <- ppc_statements("2018-05-07")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.