read_voteview: Read Voteview data

Description Usage Arguments Value

View source: R/import.R

Description

Returns data frame of data provided by Voteview.com

Usage

1
2
read_voteview(chamber = c("both", "house", "senate"), congress = NULL,
  year = NULL, quiet = TRUE)

Arguments

chamber

Specify which chamber of Congress–default is "both"

congress

Specify which number of Congress. The default is the current Congress.

year

Optionally instead of specifying congress you may specify a year or Date and the congress number will be inferred

quiet

Logical indicating whether to silence column parsing messages

Value

A tibble of voteview information


r-congress/voteviewr documentation built on Nov. 25, 2019, 6:43 p.m.