Description Usage Arguments Value See Also Examples
View source: R/collectBillData.R
Collect Bill Information and Put Into Data Frame.
1 2 3 | 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
1 2 3 | tgturl <- "https://www.congress.gov/bill/116th-congress/senate-bill/252"
bill252 <- scrapeBill(tgturl)
collectBillData(bill252)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.