R/readDW_NOMINATE.R

Defines functions readDW_NOMINATE

Documented in readDW_NOMINATE

readDW_NOMINATE <- function(file=
  "https://voteview.com/static/data/out/members/HSall_members.csv", 
  ...){
  dwn <- readr::read_csv(file, ...)
  dwn$Year <- (2*dwn$congress + 1787)
  dwn
}

Try the Ecfun package in your browser

Any scripts or data that you put into this service are public.

Ecfun documentation built on April 12, 2025, 2:27 a.m.