fileLists-Archive_Structure: Build file listing for Legiscan data

Description Usage Arguments Details Value See Also Examples

Description

Creates an object used to pass filenames to other legiscan functions

Usage

1
fileLists(fileobject)

Arguments

fileobject

The object produced by the returned value from fileStructure()

Details

Value

Creates a list object containing three nested lists for each legislative session

See Also

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

Examples

1
2
3
4
5
# Create an object to store the directory tree
directoryTree <- fileStructure("data/msHistorical/")

# Build a file object
files <- fileLists(directoryTree)

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