Description Usage Arguments Value See Also Examples
Downloading Bill Information from US Congress Website.
1 | scrapeBill(url, progress = TRUE)
|
url |
A |
progress |
If |
A (or a list of) scrapeBill
object(s) that contains two xml_document
objects.
info
: contains meta information of the bill
text
: contains full texts of the bill
getBill
, read_scrapeBill
, and write_scrapeBill
1 2 | tgturl <- "https://www.congress.gov/bill/109th-congress/house-bill/247"
bill247 <- scrapeBill(tgturl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.