getLegislationByYear: Get legislation by year

Description Usage Arguments Value Examples

View source: R/getLegislationByYear.R

Description

Get a list of all bills introduced during the year

Usage

1
getLegislationByYear(year, type = c("df", "list", "xml"))

Arguments

year

Character or numeric vector representing the year(s) to be searched.

type

One of "df", "list", or "xml". Specifies the format for the output.

Value

getLegislationByYear returns an object of type equal to the type argument (defaults to dataframe)

Examples

1
## Not run: getLegislationByYear("2007")

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