getCommittees: Get legislative committees

Description Usage Arguments Value Examples

View source: R/getCommittees.R

Description

Get a list of all committees that were active during the biennium, along with their respective committee code

Usage

1
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

1
getCommittees("2007-08")

washex documentation built on Nov. 17, 2021, 5:18 p.m.