getSponsors {washex} | R Documentation |
Get a list of all sponsors (all congressmembers) for a given biennium
getSponsors(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. |
getSponsors
returns an object of type equal to the
type
argument (defaults to dataframe)
getSponsors("2007-08")