Description Usage Arguments Value See Also
View source: R/helperFunctions.R
This is a wrapper function for the parseMasterList method
1 2 | cleanMasterList(MasterList, data = FALSE, makeArchive = TRUE,
xmloptions = c(RECOVER, NOCDATA))
|
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 |
Returns the master list of all legislation post processing/cleaning
Other LegiScan Wrapper Functions: cleanAmendment
;
cleanBillText
; cleanBill
;
cleanRollCall
; cleanSessions
;
cleanSponsor
; cleanStates
;
cleanSupplement
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.