fileStructure-Archive_Structure: Build Directory Tree Object for Legiscan Data Downloads

Description Usage Arguments Details Value See Also Examples

Description

Creates an object to store all of the directory/file information required to build the fileLists object and parse the legiscan data

Usage

1
fileStructure(filepath)

Arguments

filepath

The file path to the root directory of the legiscan data

Details

Value

Creates a list object containing three nested lists for each directory in the path

See Also

Other Legiscan Data Downloads: fileLists

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

Examples

1
2
# Build a directory tree object
directoryTree <- fileStructure("data/msHistorical/")

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