cleanMasterList: Wrappers - Parsing/Cleaning Master Lists

Description Usage Arguments Value See Also

View source: R/helperFunctions.R

Description

This is a wrapper function for the parseMasterList method

Usage

1
2
cleanMasterList(MasterList, data = FALSE, makeArchive = TRUE,
  xmloptions = c(RECOVER, NOCDATA))

Arguments

MasterList

Object returned from the masterList method for the LegiScan class

data

A logical indicating whether the function should return a data frame object (TRUE) or a tbl_df object (FALSE)

makeArchive

A logical indicating whether or not to save an archive file

xmloptions

Is used to specify additional options to the xmlParse used to define the behavior of the underlying XML parsing engine. By default, xmloptions = c(RECOVER, NOCDATA) is specified

Value

Returns the master list of all legislation post processing/cleaning

See Also

Other LegiScan Wrapper Functions: cleanAmendment; cleanBillText; cleanBill; cleanRollCall; cleanSessions; cleanSponsor; cleanStates; cleanSupplement


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