sen_votes_year: Returns voting information from the Senate floor for the year...

Description Usage Arguments Value Author(s) Examples

Description

Returns voting information from the Senate floor for the year requested.

Usage

1
sen_votes_year(year, ascii = T, binary = T)

Arguments

year

character or integer. Format YYYY

ascii

logical. If TRUE, the default, strips Latin characters from the results.

binary

logical. If TRUE, the default, transforms votes into 1 for "yes", 0, for "no" and NA for everything else. If FALSE, returns a character vector of vote decisions.

Value

A tibble, of classes tbl_df, tbl and data.frame.

Author(s)

Robert Myles McDonnell, Guilherme Jardim Duarte & Danilo Freire.

Examples

1

congressbr documentation built on Dec. 16, 2019, 1:21 a.m.