cg_bill_subjects: Get Library of Congress-assigned subjects about a particular...

Description Usage Arguments Examples

View source: R/cg_bill_subjects.R

Description

Get Library of Congress-assigned subjects about a particular bill

Usage

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

Arguments

congress

congress id (numeric,integer)

id

the bill id (character)

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_bill_subjects(115, 'hr1628')
cg_bill_subjects(115, 'hr2810')

## End(Not run)

rsunlight documentation built on May 1, 2019, 10:18 p.m.