get_house_nominate: Get DW-nominate Scores for members of the U.S. House

Description Usage Arguments Value See Also Examples

View source: R/get_house_nominate.R

Description

Returns a dataset of nominate scores for House members of the the specified congress, available otherwise at VoteView.com.

Usage

1
get_house_nominate(congress = "ALL")

Arguments

congress

Number for the congress you're interested in. Defaults to "ALL" to get the most recent scores for every congress.

Value

a data frame containing the relevant legislator names and DW-nominate scores, as well as otherinformation made available by VoteView

See Also

https://voteview.com/data

Examples

1
2
3
4
5
 # get the scores for the 116th (2019-2021) congress
 house <- get_house_nominate(congress=116)

 # returned as a data frame
 house

elliottmorris/politicaldata documentation built on Aug. 12, 2019, 1:22 p.m.