cg_bill: Get a specific bill

Description Usage Arguments Value Examples

View source: R/cg_bill.R

Description

Get a specific bill

Usage

1
cg_bill(congress, id, key = NULL, as = "table", ...)

Arguments

congress

(character) congress number, e.g. 110

id

(character) a bill slug, for example hr4881 - these can be found in the recent bill response.

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

Value

some nasty parsing, so just list of lists for now

Examples

1
2
3
4
## Not run: 
cg_bill(115, "hr21")

## End(Not run)

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