Description Usage Arguments Value See Also Examples
View source: R/collectBillData.R
Collect information regarding summary of the bill.
1 | collectSummary(x, latestonly = TRUE, progress = FALSE)
|
x |
A (or A list of) |
latestonly |
If |
progress |
If |
A character
or data.frame
object with summary texts.
1 2 3 | tgturl <- "https://www.congress.gov/bill/109th-congress/house-bill/247"
bill247 <- scrapeBill(tgturl)
collectSummary(bill247)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.