getCommittees {washex} | R Documentation |
Get a list of all committees that were active during the biennium, along with their respective committee code
getCommittees(biennium, type = c("df", "list", "xml"))
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. |
getCommittees
returns an object of type equal to the
type
argument (defaults to dataframe)
getCommittees("2007-08")