Description Usage Arguments Value Note Author(s) Examples
Downloads votes of a specific bill by providing type, number and year. A bill can have more than one roll call, and the API does not provide an id to identify them So we provide one (rollcall_id).
1  | cham_votes(type, number, year, ascii = TRUE)
 | 
type | 
 
  | 
number | 
 
  | 
year | 
 
  | 
ascii | 
 
  | 
A tibble, of classes tbl_df, tbl and data.frame.
Requesting data from a long period of time with details = TRUE will
return a large object in terms of memory. It will also be rather unwieldy, with
many columns.
Robert Myles McDonnell, Guilherme Jardim Duarte & Danilo Freire.
1  | cham_votes(type = "PL", number = "1992", year = "2007")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.