Description Usage Arguments Value Examples
Converts ProPublica API response into a tibble (data frame)
1 |
r |
Reponse from ProPublica API |
A tibble with headers attribute
A data frame of congressional information
1 2 3 4 5 6 7 8 | ## Not run:
## get votes data–return the raw response object
v <- ppc_votes("senate", raw = TRUE)
## convert response object into data frame
ppc_parse_data(v)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.