cong_house_vote | R Documentation |
Request House Roll Call Vote Information
cong_house_vote(
congress = NULL,
session = NULL,
number = NULL,
item = NULL,
from_date = NULL,
to_date = NULL,
limit = 20,
offset = 0,
format = "json",
clean = TRUE
)
congress |
Congress number to search for. Numeric. |
session |
Session number ( |
number |
Roll call vote number. Numeric. |
item |
Information to request. Can be |
from_date |
start date for search, e.g. |
to_date |
end date for search, e.g. |
limit |
number of records to return. Default is 20. Will be truncated to between 1 and 250. |
offset |
number of records to skip. Default is 0. Must be non-negative. |
format |
Output format for |
clean |
Default is |
A tibble or raw HTTP response if clean = FALSE.
cong_house_vote()
cong_house_vote(congress = 119, session = 1, number = 17)
cong_house_vote(congress = 119, session = 1, number = 17, item = 'members')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.