scrapeBill
Object.collectBillID.Rd
Collect information that identifies bill.
collectBillID(x, progress = FALSE)
x | A (or A list of) |
---|---|
progress | If |
A data.frame
with bill ID information.
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