powered by
Returns a dataset of nominate scores for House members of the the specified congress, available otherwise at VoteView.com.
get_house_nominate(congress = "ALL")
Number for the congress you're interested in. Defaults to "ALL" to get the most recent scores for every congress.
a data frame containing the relevant legislator names and DW-nominate scores, as well as otherinformation made available by VoteView
https://voteview.com/data
# NOT RUN { # get the scores for the 116th (2019-2021) congress house <- get_house_nominate(congress=116) # returned as a data frame house # }
Run the code above in your browser using DataLab