collectBillID: Collecting Bill ID from a 'scrapeBill' Object.

Description Usage Arguments Value See Also Examples

View source: R/collectBillData.R

Description

Collect information that identifies bill.

Usage

1
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

scrapeBill and getscrapeBill

Examples

1
2
3
tgturl <- "https://www.congress.gov/bill/109th-congress/house-bill/247"
bill247 <- scrapeBill(tgturl)
collectBillID(bill247)

gentok/congressbills documentation built on Jan. 21, 2020, 5:37 a.m.