Description Usage Arguments Details See Also Examples
Generic method for the LegiScan getMasterList API call
Method to retrieve master list of bills introduced in the current legislative session. The response also provides a checksum for tracking changes to the text of bills, as well as bill_id and billnumber identifiers.
Method to retrieve master list of bills introduced in the current legislative session. The response also provides a checksum for tracking changes to the text of bills, as well as bill_id and billnumber identifiers.
1 2 3 4 5 6 7 | masterList(legiscan, state, id)
## S4 method for signature 'LegiScan,character,missing'
masterList(legiscan, state, id)
## S4 method for signature 'LegiScan,missing,missing'
masterList(legiscan, state, id)
|
legiscan |
An object of class LegiScan |
state |
A two character US State abbreviation (validated against the state.abb dataset in R) |
id |
A LegiScan session_id value |
The getMasterList API call has two distinct methods available. The method which LegiScan recommends, is to make master list requests using the state abbreviation. However, a second method is available which will select the data based on the session id number assigned by LegiScan.
Other LegiScan API Caller Generics: amendment
,
amendment,LegiScan,numeric-method
;
billText
,
billText,LegiScan,numeric-method
;
bill
,
bill,LegiScan,missing,character,numeric-method
,
bill,LegiScan,numeric,missing,missing-method
;
legisearch
,
legisearch,LegiScan,character,missing,character,missing,missing-method
,
legisearch,LegiScan,character,missing,character,missing,numeric-method
,
legisearch,LegiScan,character,missing,character,numeric,missing-method
,
legisearch,LegiScan,character,missing,character,numeric,numeric-method
,
legisearch,LegiScan,character,numeric,missing,missing,missing-method
;
rollCall
,
rollCall,LegiScan,numeric-method
;
sessionList
,
sessionList,LegiScan,character-method
;
sponsor
,
sponsor,LegiScan,numeric-method
;
stateList
,
stateList,LegiScan-method
;
supplement
,
supplement,LegiScan,numeric-method
Other LegiScan API Caller Methods: amendment
,
amendment,LegiScan,numeric-method
;
billText
,
billText,LegiScan,numeric-method
;
bill
,
bill,LegiScan,missing,character,numeric-method
,
bill,LegiScan,numeric,missing,missing-method
;
legisearch
,
legisearch,LegiScan,character,missing,character,missing,missing-method
,
legisearch,LegiScan,character,missing,character,missing,numeric-method
,
legisearch,LegiScan,character,missing,character,numeric,missing-method
,
legisearch,LegiScan,character,missing,character,numeric,numeric-method
,
legisearch,LegiScan,character,numeric,missing,missing,missing-method
;
rollCall
,
rollCall,LegiScan,numeric-method
;
sessionList
,
sessionList,LegiScan,character-method
;
sponsor
,
sponsor,LegiScan,numeric-method
;
stateList
,
stateList,LegiScan-method
;
supplement
,
supplement,LegiScan,numeric-method
Other LegiScan API Caller Methods: amendment
,
amendment,LegiScan,numeric-method
;
billText
,
billText,LegiScan,numeric-method
;
bill
,
bill,LegiScan,missing,character,numeric-method
,
bill,LegiScan,numeric,missing,missing-method
;
legisearch
,
legisearch,LegiScan,character,missing,character,missing,missing-method
,
legisearch,LegiScan,character,missing,character,missing,numeric-method
,
legisearch,LegiScan,character,missing,character,numeric,missing-method
,
legisearch,LegiScan,character,missing,character,numeric,numeric-method
,
legisearch,LegiScan,character,numeric,missing,missing,missing-method
;
rollCall
,
rollCall,LegiScan,numeric-method
;
sessionList
,
sessionList,LegiScan,character-method
;
sponsor
,
sponsor,LegiScan,numeric-method
;
stateList
,
stateList,LegiScan-method
;
supplement
,
supplement,LegiScan,numeric-method
1 2 3 4 5 6 7 8 | ## Not run:
# Construct LegiScan Class Object
myLegiScan <- legiscanR(format = "XML")
# Request the masterlist for Little Rhody
masterList(myLegiScan, "RI")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.