scrapeBill
Object.collectBillData.Rd
Collect Bill Information and Put Into Data Frame.
collectBillData(x, include = c("BillID", "URL", "Title", "Summary", "Sponsorship", "Action", "Committee", "Subject"), expand = "None", progress = FALSE)
x | A (or A list of) |
---|---|
include |
|
expand | The default is |
progress | If |
A data.frame
object of bill information. See
functions in See Also section for variable details.
collectBillID
, collectTitle
,
collectSummary
, collectSponsorship
,
collectAction
, collectCommittee
,
collectSubject
, collectText
,
scrapeBill
, and getscrapeBill
tgturl <- "https://www.congress.gov/bill/116th-congress/senate-bill/252" bill252 <- scrapeBill(tgturl) collectBillData(bill252)#> ID Congress Chamber Type Number #> 1 S11600252 116 Senate Bill 252 #> Name #> 1 A bill to authorize the honorary appointment of Robert J. Dole to the grade of colonel in the regular Army. #> URL #> 1 https://www.congress.gov/bill/116th-congress/senate-bill/252 #> Title #> 1 A bill to authorize the honorary appointment of Robert J. Dole to the grade of colonel in the regular Army. #> Summary #> 1 This bill provides for the honorary appointment of Robert J. Dole, of Kansas, to the grade of colonel in the regular Army. #> Sp_Chamber Sp_Name Sp_LastName Sp_Party Sp_State Sp_District Cosp_N #> 1 Senate Roberts, Pat Roberts R KS <NA> 2 #> Cosp_Original Cosp_D Cosp_R ActLatestDate_Overview ActLatestText_Overview #> 1 1 0 1 03/04/2019 Passed in Senate #> ActLatestDate_All ActLatestText_All #> 1 03/05/2019 Referred to the House Committee on Armed Services. #> VoteTimes_House VoteLatestDate_House VoteLatestType_House #> 1 0 <NA> <NA> #> VoteLatestText_House VoteTimes_Senate VoteLatestDate_Senate #> 1 <NA> 0 <NA> #> VoteLatestType_Senate VoteLatestText_Senate VoteTimes_House.1 #> 1 <NA> <NA> 0 #> RCLatestDate_House RCLatestText_House RCLatestNumber_House RCLatestYea_House #> 1 <NA> <NA> NA NA #> RCLatestNay_House RCTimes_Senate RCLatestDate_Senate RCLatestText_Senate #> 1 NA 0 <NA> <NA> #> RCLatestNumber_Senate RCLatestYea_Senate RCLatestNay_Senate Committee_N #> 1 NA NA NA 2 #> Committee_Names Subject_Primary Subject_N #> 1 Senate Armed Services; House Armed Services Private Legislation 1 #> Subject_All #> 1 Private Legislation