cg_bills_upcoming: Search for upcoming bills

Description Usage Arguments Examples

View source: R/cg_bills_upcoming.R

Description

Search for upcoming bills

Usage

1
cg_bills_upcoming(chamber, key = NULL, as = "table", ...)

Arguments

chamber

The chamber which has scheduled this bill. house or senate

key

your SunlightLabs API key; loads from environment variable from .Renviron or from an option from .Rprofile

as

(character) One of table (default), list, or response (httr response object). When table is requested, the default, a table is not always returned, but is returned almost always. You can then make a table yourself if you like.

...

Optional additional curl options (debugging tools mostly) passed on to HttpClient

Examples

1
2
3
4
5
## Not run: 
cg_bills_upcoming("house")
cg_bills_upcoming("senate")

## End(Not run)

rOpenGov/rsunlight documentation built on July 21, 2019, 3:18 a.m.