Description Usage Arguments Value See Also Examples
View source: R/get_senate_nominate.R
Returns a dataset of nominate scores for Senate members of the the specified congress, available otherwise at VoteView.com.
1 | get_senate_nominate(congress = "ALL")
|
congress |
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
1 2 3 4 5 | # get the scores for the 116th (2019-2021) congress
senate <- get_senate_nominate(congress=116)
# returned as a data frame
senate
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.