Usage

The ProPublica Congressional Bills package is a wrapper around the ProPublica Congressional Bills API returns a dataframe with all information within the values provided in the argument's parameters.

Arguments:

Example:

Here is an example that returns 40 bills with an “enacted date” from the 114th Congress.

house_enacted_115 <- getBills(apikey,"115","house","enacted",1,20)