scrapeBill.RdDownloading Bill Information from US Congress Website.
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
tgturl <- "https://www.congress.gov/bill/109th-congress/house-bill/247" bill247 <- scrapeBill(tgturl)