Description Usage Arguments Details Value See Also Examples
Creates an object used to pass filenames to other legiscan functions
1 | fileLists(fileobject)
|
fileobject |
The object produced by the returned value from fileStructure() |
"bills"list of full filepaths/names for all bills XML/JSON files
"people"list of full filepaths/names for all people XML/JSON files
"votes"list of full filepaths/names for all vote XML/JSON files
Creates a list object containing three nested lists for each legislative session
Other Legiscan Data Downloads: fileStructure
Other Parsing and Cleaning LegiScan Data: billids;
fileStructure; getFullText;
legiBillHist; legiBillJSON;
legiBillMeta; legiBillProg;
legiBillSpons; legiBillTxt;
legiPersonJSON;
legiVotesJSON; legiscanBill;
legiscanPerson;
legiscanVotes; xjformat
1 2 3 4 5 | # Create an object to store the directory tree
directoryTree <- fileStructure("data/msHistorical/")
# Build a file object
files <- fileLists(directoryTree)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.