Nothing
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
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.