bills_upcoming: Get Upcoming Bills

Description Usage Arguments References Examples

View source: R/api-bills.r

Description

Use this request type to get details on bills that may be considered by the House or Senate in the near future, based on scheduled published or announced by congressional leadership. The bills and their potential consideration are taken from the House Majority Leader and floor updates from Senate Republicans. The responses include a legislative_day attribute which is the earliest the bills could be considered, and a range attribute that indicates whether the bill information comes from a weekly schedule or a daily one. Combine the two for the best sense of when a bill might come up for consideration. For Senate bills, the response includes a context attribute reproducing the sentence that includes mention of the bill. These responses omit bills that have not yet been assigned a bill number or introduced, and additional bills may be considered at any time.

Usage

1
bills_upcoming(chamber = c("house", "senate"))

Arguments

chamber

house or senate

References

https://projects.propublica.org/api-docs/congress-api/bills/#get-upcoming-bills

Examples

1
2
3
4
## Not run: 
bills_upcoming("house")

## End(Not run)

zamorarr/ppcongress documentation built on Nov. 5, 2019, 1:23 p.m.