get_recent_personal_explanations_votes_by_category: Get Recent Personal Explanation Votes by Category

View source: R/get_recent_personal_explanations_votes_by_category.R

get_recent_personal_explanations_votes_by_categoryR Documentation

Get Recent Personal Explanation Votes by Category

Description

Lawmakers, mostly in the House but also in the Senate, can make personal explanations for missed or mistaken votes in the Congressional Record. Unlike the “Recent Personal Explanations” response, this response contains explanations parsed to individual votes and have an additional category attribute describing the general reason for the absence or incorrect vote. HTTP Request: GET https://api.propublica.org/congress/v1/congress/explanations/votes/category.json

Usage

get_recent_personal_explanations_votes_by_category(
  congress,
  category,
  page = 1,
  myAPI_Key
)

Arguments

congress

101-116

category

options: voted-incorrectly ( Voted yes or no by mistake), official-business (Away on official congressional business), ambiguous (No reason given), travel-difficulties ( Travel delays and issues), personal (Personal or family reason), claims-voted (Vote made but not recorded), medical ( Medical issue for lawmaker, not family), weather, memorial, misunderstanding, leave-of-absence, prior-commitment, election-related, military-service, other

page

Results come in batches of 20. The page parameter specifies which one to retrieve.

myAPI_Key

API key from Propublica To use the congress API, you must sign up for an API key.

Value

List of returned JSON from endpoint that retrieves the 20 most recent personal explanation votes filtered by a category in the specified Congress.

Examples

## Not run: 
get_recent_personal_explanations_votes_by_category(115, 'voted-incorrectly')

## End(Not run)

ProPublicaR documentation built on Sept. 8, 2023, 5:53 p.m.