Learn R Programming

filibustr (version 0.3.0)

get_senate_cloture_votes: Senate cloture motions and votes

Description

get_senate_cloture_votes() returns a tibble of the number of cloture motions, cloture votes, and successful cloture votes in the Senate during each Congress since 1917.

Usage

get_senate_cloture_votes()

Arguments

Value

A tibble with the number of cloture motions, cloture votes, and successful cloture votes in each Congress.

Details

The data is sourced from the official Senate website, specifically https://www.senate.gov/legislative/cloture/clotureCounts.htm.

Examples

Run this code
get_senate_cloture_votes()

Run the code above in your browser using DataLab