| cong_nomination | R Documentation | 
Request Nomination Information
cong_nomination(
  congress = 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. 81 or later are supported.  | 
number | 
 Nomination assigned 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 TRUE. Should output be returned as a   | 
a tibble::tibble or HTTP response if clean = FALSE
# Requires API Key
cong_nomination()
cong_nomination(congress = 118)
cong_nomination(congress = 117, number = 2467)
cong_nomination(congress = 117, number = 2467, item = 'actions')
cong_nomination(congress = 117, number = 2467, item = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.