Description Usage Arguments Value See Also Examples
Parses and arranges JSON output from Legiscan master data downloads bills subdirectory
1 |
file |
A JSON file object from the bills subdirectory |
Creates a list object containing a data frame of metadata for an individual piece of legislation
Other Parsing and Cleaning LegiScan Data: billids
;
fileLists
; fileStructure
;
getFullText
; legiBillHist
;
legiBillJSON
; legiBillProg
;
legiBillSpons
; legiBillTxt
;
legiPersonJSON
;
legiVotesJSON
; legiscanBill
;
legiscanPerson
;
legiscanVotes
; xjformat
1 2 3 4 5 6 7 8 | # Create directory object
directoryTree <- fileStructure("data/msHistorical/")
# Create file list object
files <- fileLists(directoryTree)
# Parse the meta data from the bill file
bills <- legiBillMeta(files[["bills"]][[1]][[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.