billids: Bill Ids from LegiScan Bill API Requests

Description Usage Arguments Value See Also Examples

View source: R/billids.R

Description

Generates a data.frame object of ID elements for LegiScan Bill data

Usage

1
billids(billobject)

Arguments

billobject

A file/API request to the bill data

Value

Returns a data.frame object of ID elements for LegiScan Bill data

See Also

Other Parsing and Cleaning LegiScan Data: fileLists; fileStructure; getFullText; legiBillHist; legiBillJSON; legiBillMeta; legiBillProg; legiBillSpons; legiBillTxt; legiPersonJSON; legiVotesJSON; legiscanBill; legiscanPerson; legiscanVotes; xjformat

Examples

1
2
3
4
5
6
## Not run: 
# Pass an unprocessed/cleaned bill object to billids to clean up the
# identifiers in the API response
billobject_cleaner <- billids(billobject_raw)

## End(Not run)

wbuchanan/legiscanR documentation built on May 4, 2019, 2:01 a.m.