powered by
Search OpenStates committees
os_committees(state = NULL, chamber = "upper", committee = NULL, subcommittee = NULL, as = "table", key = NULL, ...)
state two-letter abbreviation (character)
one of 'upper' or 'lower' (character)
a committee name (character)
a subcommittee name (character)
(character) One of table (default), list, or response (crul response object)
crul
your SunlightLabs API key; loads from .Rprofile
Curl options passed on to crul::HttpClient
a data.frame of bills.
this route appears to not support pagination, sorting or selecting fields
# NOT RUN { os_committees(state = 'tx') os_committees(state = 'tx', chamber = 'upper') os_committees(state = 'dc') # }
Run the code above in your browser using DataLab