getLegislationByYear {washex} | R Documentation |
Get legislation by year
Description
Get a list of all bills introduced during the year
Usage
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
## Not run: getLegislationByYear("2007")
[Package washex version 1.2.0 Index]