getLegislationByYear {washex} | R Documentation |
Get a list of all bills introduced during the year
getLegislationByYear(year, type = c("df", "list", "xml"))
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. |
getLegislationByYear
returns an object of type equal to the
type
argument (defaults to dataframe)
## Not run: getLegislationByYear("2007")