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