View source: R/committee_report.R
| cong_committee_report | R Documentation | 
Request Committee Report Information
cong_committee_report(
  congress = NULL,
  type = NULL,
  number = NULL,
  item = NULL,
  conference = FALSE,
  limit = 20,
  offset = 0,
  format = "json",
  clean = TRUE
)
congress | 
 Congress number to search for. 81 or later are supported.  | 
type | 
 Type of committee report. Can be   | 
number | 
 Committee report assigned number. Numeric.  | 
item | 
 Information to request. Can be    | 
conference | 
 Filter to conference reports. Default is   | 
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_committee_report()
cong_committee_report(conference = TRUE)
cong_committee_report(congress = 116)
cong_committee_report(congress = 116, type = 'hrpt')
cong_committee_report(congress = 116, type = 'hrpt', number = 617)
cong_committee_report(congress = 116, type = 'hrpt', number = 617, item = 'text')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.