getCommittees {washex} | R Documentation |
Get legislative committees
Description
Get a list of all committees that were active during the biennium, along with their respective committee code
Usage
getCommittees(biennium, type = c("df", "list", "xml"))
Arguments
biennium |
Character vector representing the biennium(s) to be searched. Each argument should take the form "XXXX-YY" |
type |
One of "df", "list", or "xml". Specifies the format for the output. |
Value
getCommittees
returns an object of type equal to the
type
argument (defaults to dataframe)
Examples
getCommittees("2007-08")
[Package washex version 1.2.0 Index]