Collect information that identifies bill.

collectBillID(x, progress = FALSE)

Arguments

x

A (or A list of) scrapeBill object created by scrapeBill function.

progress

If TRUE, show progress bar for the processing of multiple bills.

Value

A data.frame with bill ID information.

See also

Examples

tgturl <- "https://www.congress.gov/bill/109th-congress/house-bill/247" bill247 <- scrapeBill(tgturl) collectBillID(bill247)
#> ID Congress Chamber Type Number #> 1 H10900247 109 House Bill 247 #> Name #> 1 Increase in Numerical Limitation for Asylees Adjustment Act of 2005